Hi,<br><br>When a SIP hardphone is transfering a call while ringing (caller and callee don&#39;t speak to each other) using phone&#39;s Transfer key, it seems BLINDTRANSFER remains empty.<br>Though I can see a 302 MOVED TEMPORARILY message coming in.<br>
<br>Is there a work around or something obvious I&#39;m missing (it&#39;s the first time I&#39;m playing with Dialplan transfert features.<br><br>context mylocal {<br>        7530 =&gt; {<br>                NoOp(Here1 ${BLINDTRANSFER});<br>
                Dial(SIP/7530,);<br>                NoOp(Here2 ${BLINDTRANSFER});<br>        };<br>        7531 =&gt; {<br>                NoOp(Here3 ${BLINDTRANSFER});<br>                Dial(SIP/7531);<br>                NoOp(Here4 ${BLINDTRANSFER});<br>
        };<br>};<br><br><br>Regards