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

2007-02-21 Thread C F
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 [EMAIL PROTECTED] wrote: Hi all, We currently have 2 Asterisk boxes and we pass calls to a fro. All works great except

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

2007-02-20 Thread Richard Lyman
Eric Bishop 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:[EMAIL PROTECTED]) When the call

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

2007-02-20 Thread Richard Lyman
Richard Lyman wrote: Eric Bishop 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:[EMAIL

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

2007-02-20 Thread Watkins, Bradley
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Bishop Sent: Tuesday, February 20, 2007 5:11 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Passing a variable from one Asterisk box to another