Re: [asterisk-users] Associate manager events to a previous Originate action

2006-07-22 Thread Richard Lyman
Stefan Reuter wrote: Johannes Zweng wrote: Although I can associate every incoming event to a specific channel on Asterisk (because of the Uniqueid field) I see no possibility to identify without doubts which channels were created as a result of my Originate action. add an ActionId p

Re: [asterisk-users] Associate manager events to a previous Originate action

2006-07-22 Thread Johannes Zweng
Stefan Reuter wrote: >add an ActionId property to your Originate action and you will receive >the same ActionId as part of the OriginateSuccess or OriginateFailure >event. The OriginateSuccess event also contains a link to the channel so >you can relate them after you received the OriginateSuccess

Re: [asterisk-users] Associate manager events to a previous Originate action

2006-07-21 Thread Stefan Reuter
Johannes Zweng wrote: > Although I can associate every incoming event to a specific channel on > Asterisk (because of the Uniqueid field) I see no possibility to identify > without doubts which channels were created as a result of my Originate > action. add an ActionId property to your Originate

[asterisk-users] Associate manager events to a previous Originate action

2006-07-21 Thread Johannes Zweng
Hi people! I am writing an application that makes heavy use of the manager API to create outbound calls, but I am still learning a lot... :-) At the moment I am thinking about one problem. Let me describe it: - I send an Originate action with extension- and context-parameter to the manager API o