Re: [asterisk-users] Get the Uniqueid of Action Originate in the AMI

2010-11-08 Thread Rodrigo Lang
Thanks a lot to all for the responses. I begin to use the event OriginateResponse, it's what i need. Thanks again. Best regards, -- Rodrigo Lang Opening your mind - Just another Open Source site -- _

Re: [asterisk-users] Get the Uniqueid of Action Originate in the AMI

2010-11-08 Thread Jim Dickenson
The other thing you can do is put UserEvent() calls in your dialplan that can have pretty much anything you want in them. exten => s,5,UserEvent(DidQueue,${UNIQUEID} & ${CHANNEL}) -- Jim Dickenson mailto:dicken...@cfmc.com CfMC http://www.cfmc.com/ On Nov 8, 2010, at 10:45 AM, Miguel Molina

Re: [asterisk-users] Get the Uniqueid of Action Originate in the AMI

2010-11-08 Thread Danny Nicholas
_ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Rodrigo Lang Sent: Monday, November 08, 2010 12:12 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Get the Uniqueid of Action Originate in

Re: [asterisk-users] Get the Uniqueid of Action Originate in the AMI

2010-11-08 Thread Adolphe Cher-Aime
Set event on while login into AMI and set your own uniqueid using action ID for that call . Example : action: login Username: your_user Secret: your_secret Event: On action: Originate channel: SIP/101 application: Dial data: SIP/100,120,Ttr ActionId: yourID Hope that will help. On Mon, Nov 8

Re: [asterisk-users] Get the Uniqueid of Action Originate in the AMI

2010-11-08 Thread Miguel Molina
El 08/11/10 13:12, Rodrigo Lang escribió: Hi to all. I'm begin a use the AMI and i have the need to get the uniqueid from the call i have generate using the Action Originate. Anyone can help me? When I generate these commands: action: Originate channel: SIP/101 application: Dial data: SIP/10

[asterisk-users] Get the Uniqueid of Action Originate in the AMI

2010-11-08 Thread Rodrigo Lang
Hi to all. I'm begin a use the AMI and i have the need to get the uniqueid from the call i have generate using the Action Originate. Anyone can help me? When I generate these commands: action: Originate channel: SIP/101 application: Dial data: SIP/100,120,Ttr The only response I get when the ca