July 2017
Intermediate to advanced
434 pages
12h 59m
English
Event System is circulating events around FreeSWITCH core and modules. What if you want to tap into the event bus and listen, or inject some events in it? There are modules called event "handlers" (whose source code is in /usr/src/freeswitch/src/mod/event_handlers) that are able to interface the Event System with pretty much anything:
All of those modules interface the Event System with the external world, specifically for Call Detail Records accounting (all the *cdr* modules) ...
Read now
Unlock full access