<div dir="ltr">Don'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"><<a href="mailto:damon@technicate.com">damon@technicate.com</a>></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. I knew that was what I was reading on the wiki ... I just couldn't wrap my head around it. Now I'm clarified .... THANKS<br>
<font color="#888888"><br>
Damon<br>
</font><div><div></div><div class="Wj3C7c">-----Original Message-----<br>
From: "Michael Collins" <<a href="mailto:mcollins@fcnetwork.com">mcollins@fcnetwork.com</a>><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>
> Yes, using the event socket;<br>
><br>
> <a href="http://wiki.freeswitch.org/wiki/Mod_event_socket" target="_blank">http://wiki.freeswitch.org/wiki/Mod_event_socket</a><br>
><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's going<br>
on with FS.<br>
<br>
Note: there are blocking and non-blocking versions of the "api" 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>