Hi All,<br><br>Below is my confoguration in extensions.conf for outboud call. I use a call which picks number from database and made a call.<br><br><br>[3G]<br><br>exten =&gt; _XXXXXXXXXX,1,System(sh /etc/asterisk/video_callback.sh ${EXTEN} CALLING)<br>
<br>;exten =&gt; _XXXXXXXXXX,2,Dial(Zap/g0/${EXTEN})<br><br>exten =&gt; _XXXXXXXXXX,2,h324m_call(${EXTEN}@3GV)<br><br>[3GV]<br><br>exten =&gt; _XXXXXXXXXX,1,Set(CHANNEL(transfercapability)=VIDEO)<br><br>exten =&gt; _XXXXXXXXXX,2,Dial(Zap/g0/${EXTEN})<br>
<br>exten =&gt; _XXXXXXXXXX,3,NoOp(${DIALSTATUS} is for ${EXTEN))<br><br>exten =&gt; _XXXXXXXXXX,4,System(sh /etc/asterisk/video_callback.sh ${EXTEN} FAIL)<br><br><br>I getting the below message in  my asterisk CLI.<br><br>
   -- Attempting call on Local/9467000603@3G for 1@video:1 (Retry 1)<br>    -- Executing [9467000603@3G:1] System(&quot;Local/9467000603@3G-f291,2&quot;, &quot;sh /etc/asterisk/video_callback.sh 9467000603 CALLING&quot;) in new stack<br>
    -- Executing [9467000603@3G:2] h324m_call(&quot;Local/9467000603@3G-f291,2&quot;, &quot;9467000603@3GV&quot;) in new stack<br>[Mar 12 19:15:36] WARNING[9197]: channel.c:2781 set_format: Unable to find a codec translation path from slin to amr<br>
[Mar 12 19:15:36] WARNING[9197]: app_h324m.c:1143 app_h324m_call: app_h324m_call: Unable to set read format to AMR-NB!<br>[Mar 12 19:15:36] WARNING[9197]: channel.c:2781 set_format: Unable to find a codec translation path from slin to amr<br>
[Mar 12 19:15:36] WARNING[9197]: app_h324m.c:1145 app_h324m_call: app_h324m_call: Unable to set read format to AMR-NB!<br>    -- Executing [9467000603@3GV:1] Set(&quot;Local/9467000603@3GV-0624,2&quot;, &quot;CHANNEL(transfercapability)=VIDEO&quot;) in new stack<br>
    -- Executing [9467000603@3GV:2] Dial(&quot;Local/9467000603@3GV-0624,2&quot;, &quot;Zap/g0/9467000603&quot;) in new stack<br>[Mar 12 19:15:36] WARNING[9206]: channel.c:3027 ast_request: No channel type registered for &#39;Zap&#39;<br>
[Mar 12 19:15:36] WARNING[9206]: app_dial.c:1183 dial_exec_full: Unable to create channel of type &#39;Zap&#39; (cause 66 - Channel not implemented)<br>  == Everyone is busy/congested at this time (1:0/0/1)<br><br><br><br>
I tried install amr patch hoping that may resolve my issue any in case I am unable to start asterisk .<br>asterisk -rvvvv shows can not connect to asterisk check the asteriskctl file is present or not.<br><br><br>asterisk -cvvv <br>
runs fine but only if in codec.conf file I commented below lines.<br>;[amr]<br>;octet-aligned=1<br><br>if I uncomment the above lines then I am getting segmentation fault(asterisk -cvvv command)<br><br>I need to remove codec_amr.so from asterisk module folder to make the asterisk work fine.<br>
<br><br><br>Asterisk version:1.4.21.2<br><br><br>Thanks,<br><br>Jack<br><br><br><br> <br><br><br><br>