freeswitch/conf/modules.conf
Anthony Minessale 847b7160bd Add multicast event module
This does 2 things when loaded:

1) All events are serialized and sent to the multicast destination.
2) Any serialized event received on the socket will be reconstituted into
   an event and fired on the local box

So, if you make another local event handler listen for the custom event from
mod_event_multicast "multicast::event" you will be able to react to events
on other instances of FreeSWITCH




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 21:13:53 +00:00

48 lines
787 B
Plaintext

[modules]
; If this option is the first one the rest of them will be ignored
;load => all
; Extension will be chosen automaticly if not specified (.dll for windows, .so for UNIX)
; Full paths will be taken "as is" (eg /some/dir/mymod.so)
; Event Handlers
;load => mod_event_multicast
load => mod_zeroconf
load => mod_xmpp_event
; Directory Interfaces
load => mod_ldap
; Endpoints
load => mod_exosip
load => mod_iax
load => mod_woomera
; Applications
load => mod_bridgecall
load => mod_ivrtest
load => mod_playback
; Dialplan Interfaces
load => mod_dialplan_demo
load => mod_dialplan_directory
load => mod_pcre
; Codec Interfaces
load => mod_g711
load => mod_gsm
load => mod_l16
load => mod_speex
; File Format Interfaces
load => mod_sndfile
; Timers
load => mod_softtimer