Hi,<br><br>Any idears how to get call transfer to work? The &quot;#&quot; key is recognized but the following typed digits does not appear to be read and the IVR announce &quot;Invald extension...&quot;<br>&nbsp;<br>Debug output
<br>&nbsp;&nbsp; -- Started music on hold, class &#39;default&#39;, on channel &#39;Zap/1-1&#39;<br>&nbsp;&nbsp;&nbsp; -- Playing &#39;pbx-transfer&#39; (language &#39;en&#39;)<br>&nbsp;&nbsp;&nbsp; -- Stopped music on hold on Zap/1-1<br>&nbsp;&nbsp;&nbsp; -- Unable to find extension &#39;&#39; in context &#39;local_extensions&#39; 
<br>...<br><br>extensions.conf<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>