When I execute the Action commands set then the Event would response back.  How would I know which Action are they belong/reference to?<div><br></div><div>For example:</div><div><br></div><div><div><div>ACTION: Originate</div>
<div>Channel: SIP/test</div><div>Exten: 215</div><div>Timeout: 30000</div><div>Context: test</div><div>Priority: 1</div><div>ActionID: 111112222333</div><div><br></div><div>Response: Success</div><div>ActionID: 111112222333</div>
<div>Message: Originate successfully queued</div></div><div><br><div><div><br></div><div>Event response when I hang up the call:</div><div><br></div><div><div>Event: Hangup</div><div>Privilege: call,all</div><div>Channel: SIP/test-0000007f</div>
<div>Uniqueid: 1336690030.189</div><div>CallerIDNum: &lt;unknown&gt;</div><div>CallerIDName: &lt;unknown&gt;</div><div>Cause: 16</div><div>Cause-txt: Normal Clearing</div></div><div><br></div></div></div></div><div><br></div>
<div>As you can see, how would I know which which ACTION was that belong to? </div><div><br></div><div>If I were coding in PHP (AMI) to Originate the calls then I want to detect which call hanged up.</div><div><br></div><div>
<br></div><div>Thanks</div>