Displaying 1 result from an estimated 1 matches for "astereisk".
Did you mean:
astererisk
2007 Feb 20
4
Passing a variable from one Asterisk box to another
Hi all,
We currently have 2 Asterisk boxes and we pass calls to a fro. All works
great except we now need to pass variables between them.
For example now on box 1 we have:
exten => _23XX,1,SetVar(Foo=1234)
exten => _23XX,2,Dial(SIP/${EXTEN:0}@Box2)
When the call dials into Box 2 the variable Foo does not get passed...
Does anyone have any clever ideas?
-------------- next part