[asterisk-users] AMI: anything to glue originate to events?
giovanni.v
iax at keybits.org
Thu Nov 17 12:22:24 CST 2011
On 17/11/2011 13.11, Yaroslav Panych wrote:
> exten => 384087,1,UserEvent(LinkOriginate,CHANNEL:${CHANNEL(name),ACTIONID:${ActionID}}
> ....
> UserEvent application will generate event into AMI in form
> Event: LinkOriginate
> CHANNEL: channle-name (channel id created by asterisk)
> ACTIONID: FFA02C6A03 (action id you set in originate)
Thanks Yaroslav,
unfortunately this doesn't add much because only generate another event
but nothing will propagate to Originate child events.
Also the event is fired in asynchronous mode... usually reported later
in the middle of other events when almost of the call flow was already
processed.
Thanks anyway.
More information about the asterisk-users
mailing list