• Anthony Minessale's avatar
    Modify state machine behaviour. · 9bcc841b
    Anthony Minessale 提交于
    Endpoint handlers can still veto all other state handlers by returning SWITCH_STATUS_FALSE
    Application handlers can only veto each other by returning SWITCH_STATUS_FALSE.
    Global handlers will still be called when application vetos but they can still veto each other.
    Default handler will not be called if application or global vetos or if state has changed from any handler.
    
    
    
    git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11610 d0543943-73ff-0310-b7d9-9358b9ac24b2
    9bcc841b
switch_core_state_machine.c 17.2 KB