[asterisk-users] Passing a variable from one Asterisk box to another

C F shmaltz at gmail.com
Wed Feb 21 16:41:13 MST 2007


You could also use Set(CALLERID(name)=1234*${CALLERID(name)})
and then on the other astereisk server use app_cut to reformat CID and
extract the Var.


On 2/20/07, Eric Bishop <asterisk.eric at gmail.com> wrote:
> 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?
>
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>


More information about the asterisk-users mailing list