[Freeswitch-users] Controlling calls with mod_event_socket
William Suffill
william.suffill at gmail.com
Sun Apr 25 00:39:02 PDT 2010
Looks pretty straight forward. The biggest hurtle is design. From the posted
code it's invoked on a per call basis. Quicker to write but not ideal if you
want to scale it up. You could do similar in FS too by embed scripting or a
daemon that catches any call to a certain extension regex and applies your
logic.
outbound event socket would work too if you wanted to stick with PHP and
reuse most of what you have.
http://wiki.freeswitch.org/wiki/PHP_ESL (I wrote that page so any
questions/suggestions are welcome.)
-- W
PS: sorry for any typos but it's getting a bit late (3:38am)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100425/9a043359/attachment.html
More information about the FreeSWITCH-users
mailing list