Hi,<br><br>When a SIP hardphone is transfering a call while ringing (caller and callee don't speak to each other) using phone'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'm missing (it's the first time I'm playing with Dialplan transfert features.<br><br>context mylocal {<br> 7530 => {<br> NoOp(Here1 ${BLINDTRANSFER});<br>
Dial(SIP/7530,);<br> NoOp(Here2 ${BLINDTRANSFER});<br> };<br> 7531 => {<br> NoOp(Here3 ${BLINDTRANSFER});<br> Dial(SIP/7531);<br> NoOp(Here4 ${BLINDTRANSFER});<br>
};<br>};<br><br><br>Regards