Hi All,<br><br>I just finished installing freeSwitch and Skypiax. And I&#39;m able to use skype api directly via the sk command like the following:<br><br>freeswitch@localhost.localdomain&gt;sk console skypiax1<br><div id=":18k" class="ii gt">
freeswitch@localhost.localdomain&gt;sk CALL userAAA<br>
<br>It works like a charm and userAAA is able to receive the call and
answer it. However, I&#39;m stuck in figuring out the right way to use
Skypiax with a dialplan. I&#39;ve put a dialplan like below into 
/usr/local/freeswitch/conf/dialplan/default.xml<br>
<br>    &lt;extension name=&quot;skypiax&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^2909$&quot;&gt;<br>        &lt;action application=&quot;bridge&quot; data=&quot;skypiax/ANY/userAAA&quot;/&gt;<br>

      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br>On the freeswitch console, I&#39;m not sure how to trigger this dialplan correctly. I&#39;ve tried something like<br><br>freeswitch@localhost.localdomain&gt;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&gt;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&#39;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>