<HTML>
<HEAD>
<TITLE>Originate call from one ext to another from php?</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all, I&#8217;m just starting playing around with FS and I&#8217;ve searched for the answer to what I think is an easy question but I can&#8217;t find it. I have FS running, 2 X-lite clients on 2 different computers connected using the preconfigured 1000 and 1001 extenstions. Both can call each other and everything is fine. I&#8217;m trying to figure out though how to originate the call from 1000 to 1001 via php. I&#8217;m using this script:<BR>
<BR>
<a href="http://wiki.freeswitch.org/wiki/PHP_Event_Socket">http://wiki.freeswitch.org/wiki/PHP_Event_Socket</a><BR>
<BR>
Except that I&#8217;ve changed this line:<BR>
<BR>
$cmd = &quot;api help&quot;;<BR>
<BR>
To:<BR>
<BR>
&nbsp;$cmd = &quot;api originate sofia/mydomain.com/1000@192.168.15.50 &amp;bridge(sofia/mydomain.com/1001@192.168.15.50)&quot;;
<BR>
<BR>
The result I get is : -ERR DESTINATION_OUT_OF_ORDER <BR>
<BR>
PS, I literally have &#8220;mydomain.com&#8221; in there as it looks like from the wiki this is the default.<BR>
<BR>
Any help is much appreciated, thanks all.</SPAN></FONT></FONT>

<BR>
This email may contain confidential information and is solely for the use of the intended recipient. Any review, distribution, disclosure or other use of this information by anyone other than the intended recipient is prohibited. If you have received this communication in error, please notify the sender immediately and delete this message from your system.<BR>
</BODY>
</HTML>