Home
last modified time | relevance | path

Searched refs:lua_hanguphook (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dfreeswitch_lua.cpp27 static switch_status_t lua_hanguphook(switch_core_session_t *session_hungup);
42 switch_core_event_hook_remove_state_change(session, lua_hanguphook); in destroy()
180 switch_core_event_hook_remove_state_change(session, lua_hanguphook); in do_hangup_hook()
187 static switch_status_t lua_hanguphook(switch_core_session_t *session_hungup) in lua_hanguphook() function
211 switch_core_event_hook_remove_state_change(session_hungup, lua_hanguphook); in lua_hanguphook()
234 switch_core_event_hook_add_state_change(session, lua_hanguphook); in setHangupHook()