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>
<extension name="voipjet"><br> <condition field="destination_number" expression="^(222)$"><br> <action application="bridge" data="iax/<a href="http://222:222@192.168.6.94/$1">222:222@192.168.6.94/$1</a>"/><br>
</condition><br> </extension><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> "[ERR] switch_core_session.c:255 switch_core_session_outgoing_channel() Could not locate channel type iax"<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>