Displaying 1 result from an estimated 1 matches for "userext".
2010 Feb 17
3
chan_local and Originate
...Asterisk 1.4.22 to 1.4.29, and I'm now
having a problem with Originate and chan_local.
I'm using the following Manager API action to originate a call:
Action: originate
Priority: 1
Context: trunk
Callerid: 100
Channel: Local/100 at callback/n
Exten: 123456789
Variable: USERFIELD=127.0.0.1|USEREXT=123456789
WaitTime: 30
This is intended to first call extension 100 in the callback context,
and then when that is answered, call 123456789 in the trunk context. I
have the following in the callback context:
exten => 100,1,Answer
exten => 100,2,Wait(2)
exten => 100,3,NoOP(${ANSWERED} ${...