Hi All,<br><br>I just finished installing freeSwitch and Skypiax. And I'm able to use skype api directly via the sk command like the following:<br><br>freeswitch@localhost.localdomain>sk console skypiax1<br><div id=":18k" class="ii gt">
freeswitch@localhost.localdomain>sk CALL userAAA<br>
<br>It works like a charm and userAAA is able to receive the call and
answer it. However, I'm stuck in figuring out the right way to use
Skypiax with a dialplan. I've put a dialplan like below into
/usr/local/freeswitch/conf/dialplan/default.xml<br>
<br> <extension name="skypiax"><br> <condition field="destination_number" expression="^2909$"><br> <action application="bridge" data="skypiax/ANY/userAAA"/><br>
</condition><br> </extension><br><br>On the freeswitch console, I'm not sure how to trigger this dialplan correctly. I've tried something like<br><br>freeswitch@localhost.localdomain>originate sofia/external/<a href="mailto:root@192.168.1.100" target="_blank">root@192.168.1.100</a> 2909<br>
API CALL [originate(sofia/external/<a href="mailto:root@192.168.1.100" target="_blank">root@192.168.1.100</a> 2909)] output:<br>-ERR MANDATORY_IE_MISSING<br><br>freeswitch@localhost.localdomain>originate sofia/external/localdomain@localhost 2909<br>
API CALL [originate(sofia/external/localdomain@localhost 2909)] output:<br>-ERR NORMAL_TEMPORARY_FAILURE<br><br><br>All failed with errors indicated above. Please let me know what's the right way to originate the call. Thanks!<br>
<br>Regards,<br>-Jingwei<br><br>p.s. my os is CentOS 5.3.<br></div>