Displaying 1 result from an estimated 1 matches for "originatedialcontext".
2013 Jun 19
3
Handoff dial control to dialplan after AMI Originate
...ontrol to the context.
Whenever I execute the below action, the recipient does ring, but when I answer it dials the recipient again. I believe this is because once answered the system is going to execute the Context/Exten/Prio in the Originate action?
Action: Originate
Channel: Local/outbound1 at originateDialContext
CallerID: 00311234567
Context: originateDialContext
Exten: outbound1
Priority: 1
Variable: recipient=0031612345678
Timeout: 10000
[originateDialContext]
exten => outbound1,1,Wait(1)
exten => outbound1,n,Set(recipient=${recipient})
exten => outbound1,n,Dial(SIP/${recipient}@originateChanne...