Displaying 2 results from an estimated 2 matches for "originatecommand".
Did you mean:
originate_command
2011 Mar 17
0
Passing an argument to a macro within an Originatecommand
...ls all :)
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bruce
Hopkins
Sent: 15 March 2011 21:36
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] Passing an argument to a macro within an
Originatecommand
Hi,
With Asterisk 1.8.3, I can't figure out how to pass an argument to a
macro which is used within an originate command.
Here is my sample dialplan to illustrate:
exten => 123,1,Answer()
exten => 123,n,Originate(SIP/20,app,Macro,foo,bar)
exten => 123,n,NoOp(This is the NoOp afte...
2011 Mar 15
1
Passing an argument to a macro within an Originate command
Hi,
With Asterisk 1.8.3, I can't figure out how to pass an argument to a macro
which is used within an originate command.
Here is my sample dialplan to illustrate:
exten => 123,1,Answer()
exten => 123,n,Originate(SIP/20,app,Macro,foo,bar)
exten => 123,n,NoOp(This is the NoOp after the originate command)
exten => 123,n,Wait(30)
exten => 123,n,Hangup()
[macro-foo]
exten =>