<div dir="ltr">Don&#39;t forget about XML RPC, it is not as sophisticated as event socket, but good enough for executing any fs commands.<br><br><a href="http://wiki.freeswitch.org/wiki/Freeswitch_XML-RPC">http://wiki.freeswitch.org/wiki/Freeswitch_XML-RPC</a><br>
<br>Cheers,<br>JK<br><br><div class="gmail_quote">On Tue, Oct 14, 2008 at 12:01 PM, Damon Brown <span dir="ltr">&lt;<a href="mailto:damon@technicate.com">damon@technicate.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks guys,<br>
That worked perfectly, I was even able to create a standard PHP socket. &nbsp;I knew that was what I was reading on the wiki ... I just couldn&#39;t wrap my head around it. &nbsp;Now I&#39;m clarified .... THANKS<br>
<font color="#888888"><br>
Damon<br>
</font><div><div></div><div class="Wj3C7c">-----Original Message-----<br>
From: &quot;Michael Collins&quot; &lt;<a href="mailto:mcollins@fcnetwork.com">mcollins@fcnetwork.com</a>&gt;<br>
Sent: Monday, October 13, 2008 11:53pm<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] Sending freeswitch a command fromexternal daemon<br>
<br>
&gt; Yes, using the event socket;<br>
&gt;<br>
&gt; <a href="http://wiki.freeswitch.org/wiki/Mod_event_socket" target="_blank">http://wiki.freeswitch.org/wiki/Mod_event_socket</a><br>
&gt;<br>
<br>
Just another little thought: with the event socket you can connect to FS<br>
and send pretty much any FS API command you want. You also can subscribe<br>
to events and receive all sorts of cool information about what&#39;s going<br>
on with FS.<br>
<br>
Note: there are blocking and non-blocking versions of the &quot;api&quot; command,<br>
so be sure you know which one you want to use! :) (HINT: api vs. bgapi)<br>
<br>
Enjoy!<br>
-MC<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>