Displaying 3 results from an estimated 3 matches for "fu_callerid".
Did you mean:
func_callerid
2013 May 07
1
Get Channel Variables in AMI Event NewExten
Hi, I'm stucked in situation, and look for a work around if possible in Asterisk.
I have a dialplan,
[default]
exten => 111222,n,Set(fu_callerid=141688xyxzz)
exten => _X.,n,NoOp(Callerid ${fu_callerid})
exten => _X.,n,wait(2)
exten => _X.,n,Answer()
?
When, ?Answer Application is called AMI Event is triggered like this..
? ? ? ? ? 'Event' => 'Newexten',
? ? ? ? ? 'Privilege' => 'dialplan,all',...
2013 Mar 15
0
No subject
;
; Display certain channel variables every time a channel-oriented
; event is emitted:
;
;channelvars =3D var1,var2,var3
So if you want fu_callerid, set:
channelvars =3D fu_callerid
And, once that variable is set, you should get a NewExten event, you
should see the following key/value pair:
ChanVariable(SIP/1234-00000001): fu_callerid=3Dfoobar
--=20
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL...
2013 Mar 15
0
No subject
<br>
;<br>
; Display certain channel variables every time a channel-oriented<br>
; event is emitted:<br>
;<br>
;channelvars =3D var1,var2,var3<br>
<br>
So if you want fu_callerid, set:<br>
<br>
channelvars =3D fu_callerid<br>
<br>
And, once that variable is set, you should get a NewExten event, you<br>
should see the following key/value pair:<br>
<br>
ChanVariable(SIP/1234-00000001): fu_callerid=3Dfoobar<br>
<br>
<br&...