<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><html>On Jun 10, 2009, at 3:33 PM, Jingwei Yang wrote:</html><br class="Apple-interchange-newline"><blockquote type="cite">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><a href="mailto:freeswitch@localhost.localdomain">freeswitch@localhost.localdomain</a>>sk console skypiax1<br><div id=":18k" class="ii gt"> <a href="mailto:freeswitch@localhost.localdomain">freeswitch@localhost.localdomain</a>>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&nbsp; /usr/local/freeswitch/conf/dialplan/default.xml<br> <br>&nbsp;&nbsp;&nbsp; &lt;extension name="skypiax"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^2909$"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="skypiax/ANY/userAAA"/><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition><br>&nbsp;&nbsp;&nbsp; &lt;/extension><br><br>On the freeswitch console, I'm not sure how to trigger this dialplan correctly. I've tried something like<br><br><a href="mailto:freeswitch@localhost.localdomain">freeswitch@localhost.localdomain</a>>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</div></blockquote><div><br></div><div>the problem is the dial string not the dialplan I think, why not try&nbsp;</div><div><br></div><div>originate skypiax/ANY/userBBB 2909</div><div><br></div><div>it should call userBBB and bridge to userAAA.</div><br><blockquote type="cite"><div id=":18k" class="ii gt"><br><br><a href="mailto:freeswitch@localhost.localdomain">freeswitch@localhost.localdomain</a>>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> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></body></html>