[Freeswitch-users] Erlang Receive from FreeSWITCH mod_erlang_event

David Swardstrom dswardstrom at remotelink.com
Mon Jul 12 14:53:03 PDT 2010


I see by the Wiki, that if the Erlang application wants to receive any events
from FreeSWITCH, it must provide a single receiver for all events. 
It would then have to distribute the events.

However, the situation does not seem to be obvious for receiving responses to
API requests.

If Erlang Process A makes API call C1 and Process B also makes API call C2. 
Will the response to C1 be sent to the receive entry for Process A and the 
response to C2 be sent to the receive entry for process B?

Regards,
Paul David Swardstrom




More information about the FreeSWITCH-users mailing list