[asterisk-users] send Variable to remote system via AMI / Orginate

Daniel Knoll daniel at danielknoll.de
Mon Jul 12 13:13:57 CDT 2010


Hello Group,
I found a solution for my problem.
I use the CallerID Variable with the Orginate Action to send a value to another System

Action: Originate
Channel: IAX2/user1:password at 192.168.1.2/6666 at default
Application: Meetme
Data: 111,q
CallerID: 111

and on the other Side:
exten => 6666,n,MeetMe(${CALLERID(num)},q)

Maybe it is helpful for all others.
Daniel

Am 12.07.2010 um 18:58 schrieb Daniel Knoll:

> Hi all,
> is it possible to send a Variable to another System via IAX Protocoll by using AMI / Orginate
> Like this: 
> 
> Action: Originate
> Channel: IAX2/user1:password at 192.168.1.2/6666 at default
> Application: Meetme
> Data: 111,q
> Variable: var1=111
> 
> and the Remote System knows the Variable "var1" ?
> In my Test it fails to transfer the Variable :(
> What I doing wrong?
> 
> Thanx for your help
> Daniel
> 
> 







More information about the asterisk-users mailing list