• Anthony Minessale's avatar
    Add multicast event module · 847b7160
    Anthony Minessale 提交于
    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
    847b7160
名称
最后提交
最后更新
..
include 正在载入提交数据...
mod 正在载入提交数据...
switch.c 正在载入提交数据...
switch_buffer.c 正在载入提交数据...
switch_caller.c 正在载入提交数据...
switch_channel.c 正在载入提交数据...
switch_config.c 正在载入提交数据...
switch_console.c 正在载入提交数据...
switch_core.c 正在载入提交数据...
switch_event.c 正在载入提交数据...
switch_ivr.c 正在载入提交数据...
switch_loadable_module.c 正在载入提交数据...
switch_mutex.c 正在载入提交数据...
switch_resample.c 正在载入提交数据...
switch_utils.c 正在载入提交数据...