<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><span class="Apple-style-span" style="line-height: 17px; color: rgb(42, 42, 42); "><div style="line-height: 17px; ">Hi,</div><div style="line-height: 17px; ">I cannot get this to work..I have two application maps that call these two macro's...transfer is done on sip phone and transfer2 is done on the incoming dahdi line....thats all working....but the value stored in dtmf12 is never passed into the second macro so I get " " in the NoOp..</div><div style="line-height: 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; ">So how exactly can I do this...global variable,setGlobalVar,import etc..tried a few combos&nbsp;but they dont seem to work as I think they should?</div><div style="line-height:
 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; ">this is in etensions_custom..&nbsp;have no Global variable in this config..</div><div style="line-height: 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; ">[macro-transfer]</div><div style="line-height: 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; ">;performed on caller</div><div style="line-height: 17px; ">exten =&gt; s,1,Read(dtmf12,,5,,2,10)</div><div style="line-height: 17px; ">exten =&gt; s,n,NoOp(${dtmf12}</div><div style="line-height: 17px; ">&nbsp;</div><div style="line-height: 17px; ">[macro-transfer2]</div><div style="line-height: 17px; "><br style="line-height: 17px; "></div><div style="line-height: 17px; ">;performed on callee</div><div style="line-height: 17px;
 "><br style="line-height: 17px; "></div><div style="line-height: 17px; ">exten =&gt; s,1,Flash()</div><div style="line-height: 17px; ">exten =&gt; s,n,NoOp(${dtmf12}<span class="ecxApple-tab-span" style="line-height: 17px; white-space: pre; ">        </span></div><div style="line-height: 17px; ">exten =&gt; s,n,SendDTMF($dtmf12})</div><div style="line-height: 17px; ">exten =&gt; s,n,Hangup<span class="ecxApple-tab-span" style="line-height: 17px; white-space: pre; ">        </span></div><div style="line-height: 17px; "><span class="ecxApple-tab-span" style="line-height: 17px; white-space: pre; "><br style="line-height: 17px; "></span></div><div style="line-height: 17px; "><span class="ecxApple-tab-span" style="line-height: 17px; white-space: pre; ">T</span>hanks</div><div style="line-height: 17px; ">James</div></span></td></tr></table><br>