Hi all,<br><br>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. <br><br>For example now on box 1 we have:<br><br>exten =&gt; _23XX,1,SetVar(Foo=1234)
<br>exten =&gt; _23XX,2,Dial(SIP/${EXTEN:0}@Box2)<br><br>When the call dials into Box 2 the variable Foo does not get passed...<br><br>Does anyone have any clever ideas?<br><br><br>