Hi list,<br><br>I experiencing a strange behaviour when transferring a call. The use case is like this:<br>- Incoming call from Zap/1-1<br>- Routed to SIP phone SIP/1001<br>- The called user (SIP/1001) wants to redirect the call and presses &quot;#&quot;
<br>- IVR (default setup) says &quot;Transfer&quot; and user gets dial tone<br>- User dials 1002<br>- IVR says &quot;No such extension - please try again&quot;<br>???<br><br>It seems that the 1st digit gets canceled out? Debugging the server output I get (tried twice):
<br><br>snip<br>--------------------------<br>Goto (incoming,s,70)<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Executing Goto(&quot;Zap/1-1&quot;, &quot;sip_incoming|s|1&quot;) in new stack<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Goto (sip_incoming,s,1)<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Executing Dial(&quot;Zap/1-1&quot;, &quot;SIP/1001||rtT&quot;) in new stack
<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Called 1001<br>ioctl(ZT_LOADZONE) failed: Inappropriate ioctl for device<br>Failed to register zone &#39;United States / North America&#39;: No data available<br>&nbsp;&nbsp;&nbsp;&nbsp;-- SIP/1001-08d8c668 is ringing<br>&nbsp;&nbsp;&nbsp;&nbsp;-- SIP/1001-08d8c668 answered Zap/1-1
<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Started music on hold, class &#39;default&#39;, on channel &#39;Zap/1-1&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Playing &#39;pbx-transfer&#39; (language &#39;en&#39;)<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Stopped music on hold on Zap/1-1<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Unable to find extension &#39;&#39; in context &#39;local_extensions&#39;
<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Playing &#39;pbx-invalid&#39; (language &#39;en&#39;)<br>&nbsp;&nbsp;&nbsp;&nbsp;-- parse_srv: SRV mapped to host <a href="http://alpha2.callcentric.com">alpha2.callcentric.com</a>, port 5060<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Started music on hold, class &#39;default&#39;, on channel &#39;Zap/1-1&#39;
<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Playing &#39;pbx-transfer&#39; (language &#39;en&#39;)<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Stopped music on hold on Zap/1-1<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Unable to find extension &#39;001&#39; in context &#39;local_extensions&#39;<br>--------------------------
<br>snip<br><br>The extension.conf:<br>snip<br>--------------------------<br>[local_extensions]<br>include =&gt; outgoing<br>; Local extensions <br>exten =&gt; 1001,1,Dial(SIP/1001,20,rtT)<br>exten =&gt; 1002,1,Dial(SIP/1002,20,rtT)
<br>exten =&gt; 1003,1,Dial(SIP/1003,20,rtT)<br>--------------------------<br>
snip<br><br>