[Freeswitch-users] Sending freeswitch a command fromexternal daemon

Michael Collins mcollins at fcnetwork.com
Mon Oct 13 23:53:14 PDT 2008


> Yes, using the event socket;
> 
> http://wiki.freeswitch.org/wiki/Mod_event_socket
> 

Just another little thought: with the event socket you can connect to FS
and send pretty much any FS API command you want. You also can subscribe
to events and receive all sorts of cool information about what's going
on with FS.

Note: there are blocking and non-blocking versions of the "api" command,
so be sure you know which one you want to use! :) (HINT: api vs. bgapi)

Enjoy!
-MC




More information about the FreeSWITCH-users mailing list