Discussion:
[asterisk-users] Queue application in Asterisk 1.6
Bandino Jurumai
2009-11-14 18:47:46 UTC
Permalink
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Tahoma">Hi,<br>
<br>
Can anyone tell me how to specify subroutine call with arguments in the
Asterisk 1.6 Queue application?<br>
Documentation does not mention what is the syntax for specifying the
subroutine with arguments.<br>
<br>
Thanks</font></font><font size="-1"><font face="Tahoma"><br>
</font></font>
<br>
</body>
</html>
Leif Madsen
2009-11-14 19:36:56 UTC
Permalink
Post by Bandino Jurumai
Can anyone tell me how to specify subroutine call with arguments in the
Asterisk 1.6 Queue application?
Documentation does not mention what is the syntax for specifying the
subroutine with arguments.
If that functionality exists... try using ^ for the separator:

Queue(....,,,,,,,mySubroutine^ARG1^ARG2)

Not sure if that functionality is supported, but that's how it works in Dial()

Leif!

Loading...