Daniel Knoll
2010-Jul-12 16:58 UTC
[asterisk-users] send Variable to remote system via AMI / Orginate
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
Daniel Knoll
2010-Jul-12 18:13 UTC
[asterisk-users] send Variable to remote system via AMI / Orginate
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 > >