Dear All,<br>     I have tried to call a Asterisk extension from FreeSWITCH. I have done the following configurations,<br>                          * I have enabled mod_iax module in modules.conf.xml file.<br>                          * Next I have configure following extension in dialplan.<br>
                                       &lt;extension name=&quot;voipjet&quot;&gt;<br>                                          &lt;condition field=&quot;destination_number&quot; expression=&quot;^(222)$&quot;&gt;<br>                                              &lt;action application=&quot;bridge&quot; data=&quot;iax/<a href="http://222:222@192.168.6.94/$1">222:222@192.168.6.94/$1</a>&quot;/&gt;<br>
                                          &lt;/condition&gt;<br>                                     &lt;/extension&gt;<br>                         * Next I have configured a 222 user in sip.conf file at Asterisk machine.<br>
                         * I wrote dialplan for that extension in extension.conf file.<br>           <br>     When I tried to call 222 from FreeSWITCH, I have received following error in Console.               <br>         &quot;[ERR] switch_core_session.c:255 switch_core_session_outgoing_channel() Could not locate channel type iax&quot;<br>
  <br>      What would be the problem? Is there any configuration I missed?   Please help me .....<br><br>Regards,<br>K.Velusamy.<br><br><br>