Displaying 1 result from an estimated 1 matches for "__var1".
Did you mean:
__var
2014 Feb 20
2
Variables are empty after Redirecting a channel
...dvm-24.phx2.fedoraproject.org on
a x86_64 running Linux on 2013-01-18 19:52:25 UTC
How can I set variable in one context and then Redirect a channel to
another context and use variable there? The code below doesn't work, so
I've got empty VAR1 in context_2
[context_1]
exten => s,1,SET(__VAR1=VALUE1)
exten => s,n,ChannelRedirect(${CHANNEL},context_2,AMD,1)
[context_2]
exten => AMD,1,NoOp(VAR1: ${VAR1})
Thank you in advance,
Igor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/201402...