Hi,<br><br>Any idears how to get call transfer to work? The "#" key is recognized but the following typed digits does not appear to be read and the IVR announce "Invald extension..."<br> <br>Debug output
<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>...<br><br>extensions.conf<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>