<div><font face="Arial" size="2"><span style="FONT-SIZE: 10pt">I am having an issue with 1.4 where we can't successfully transfer a call directly to a voicemail box. We hit "Transfer" on the phone and dial the mailbox number we want to send it to,
</span></font></div>
<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div lang="EN-US" vlink="purple" link="blue">
<div>
<p><font face="Arial" size="2"><span style="FONT-SIZE: 10pt">&nbsp;</span></font></p>
<p><font face="Arial" size="2"><span style="FONT-SIZE: 10pt">My dial plan for this is:</span></font></p>
<p><font face="Arial" size="2"><span style="FONT-SIZE: 10pt">&nbsp;</span></font></p>
<p><font face="Courier New" size="2"><span style="FONT-SIZE: 10pt">exten=&gt;_*40XX,n,Voicemail(${EXTEN:1},u)</span></font></p>
<p><font face="Courier New" size="2"><span style="FONT-SIZE: 10pt">&nbsp;</span></font></p>
<p><font face="Courier New" size="2"><span style="FONT-SIZE: 10pt">The voicemail system picks up and starts to play its message and at this point. We should then hit "Transfer" again at this point the person doing the transfer should drop off the call. However we just continue to hear the voicemail message and the caller continues to sit on hold.
</span></font></p>
<p><font face="Courier New" size="2"><span style="FONT-SIZE: 10pt">&nbsp;</span></font></p></div></div></blockquote>
<div>&nbsp;</div>
<div>
<div>I&#39;ve not worked with 1.4 much yet, but I&#39;d try changing my dialplan to:</div>
<div>&nbsp;</div>
<div><span style="FONT-SIZE: 10pt"><font face="Courier New">exten=&gt;_*40XX,1,Answer</font></span></div>
<div><span style="FONT-SIZE: 10pt"></span><span style="FONT-SIZE: 10pt"><font face="Courier New">exten=&gt;_*40XX,n,Voicemail(${EXTEN:1},u)</font></span><br>&nbsp;</div>
<div>That way, I would know that the channel is answered, which is what often will stop IP phones from allowing the attended transfer to complete.<br>&nbsp;</div>
<div>Hope that helps,</div>
<div>David</div>
<div>&nbsp;</div></div></div>