• Anthony Minessale's avatar
    Add mod_event_socket remote client module and sample client. · 9c79c2a3
    Anthony Minessale 提交于
    To Test:
    
    uncomment or add from modules.conf
    make installall again to compile it
    uncomment the load line from freeswitch.xml
    
    the default values are to bind to 127.0.0.1 port 8021
    
    telnet to port 8021
    enter "auth ClueCon" to authenticate
    
    from here you can do the following:
    *) events [xml|plain] <list of events to log or all for all>
    *) noevents 
    *) log <level> // same as the console.conf values
    *) nolog
    *) api <command> <arg>
    *) exit
    
    there is a perl client in scripts/socket called fs.pl
    
    with the module up and loaded:
    cd scripts/socket
    perl fs.pl <optional log level>
    
    you can enter a few api commands like "show or status"
    
    
    
    
    git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2047 d0543943-73ff-0310-b7d9-9358b9ac24b2
    9c79c2a3
modules.conf.in 866 Bytes