Asynchronous communication with FreeSWITCH's mod_event_socket
Sept. 18, 2008 at 8 p.m. by Luke Graybill
I've been doing a lot of work recently with FreeSWITCH's mod_event_socket, and I wanted to comment a bit about the syntax used for commands through the socket while using asynchronous mode. I haven't tried the synchronous mode yet, as I always want to be free to be able to execute commands without waiting for other commands to finish. For instance, I need to be able to collect DTMF events while I'm ...
