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 "#"
<br>- IVR (default setup) says "Transfer" and user gets dial tone<br>- User dials 1002<br>- IVR says "No such extension - please try again"<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> -- Executing Goto("Zap/1-1", "sip_incoming|s|1") in new stack<br> -- Goto (sip_incoming,s,1)<br> -- Executing Dial("Zap/1-1", "SIP/1001||rtT") in new stack
<br> -- Called 1001<br>ioctl(ZT_LOADZONE) failed: Inappropriate ioctl for device<br>Failed to register zone 'United States / North America': No data available<br> -- SIP/1001-08d8c668 is ringing<br> -- SIP/1001-08d8c668 answered Zap/1-1
<br> -- Started music on hold, class 'default', on channel 'Zap/1-1'<br> -- Playing 'pbx-transfer' (language 'en')<br> -- Stopped music on hold on Zap/1-1<br> -- Unable to find extension '' in context 'local_extensions'
<br> -- Playing 'pbx-invalid' (language 'en')<br> -- parse_srv: SRV mapped to host <a href="http://alpha2.callcentric.com">alpha2.callcentric.com</a>, port 5060<br> -- Started music on hold, class 'default', on channel 'Zap/1-1'
<br> -- Playing 'pbx-transfer' (language 'en')<br> -- Stopped music on hold on Zap/1-1<br> -- Unable to find extension '001' in context 'local_extensions'<br>--------------------------
<br>snip<br><br>The extension.conf:<br>snip<br>--------------------------<br>[local_extensions]<br>include => outgoing<br>; Local extensions <br>exten => 1001,1,Dial(SIP/1001,20,rtT)<br>exten => 1002,1,Dial(SIP/1002,20,rtT)
<br>exten => 1003,1,Dial(SIP/1003,20,rtT)<br>--------------------------<br>
snip<br><br>