Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfssession.cpp514 switch_input_callback_function_t dtmf_func = NULL; in JS_SESSION_FUNCTION_IMPL()
586 switch_input_callback_function_t dtmf_func = NULL; in JS_SESSION_FUNCTION_IMPL()
643 switch_input_callback_function_t dtmf_func = NULL; in JS_SESSION_FUNCTION_IMPL()
808 switch_input_callback_function_t dtmf_func = NULL; in JS_SESSION_FUNCTION_IMPL()
880 switch_input_callback_function_t dtmf_func = NULL; in JS_SESSION_FUNCTION_IMPL()
1021 switch_input_callback_function_t dtmf_func = NULL; in JS_SESSION_FUNCTION_IMPL()
1803 switch_input_callback_function_t dtmf_func = NULL; in JS_SESSION_FUNCTION_IMPL()
H A Dfsglobal.cpp648 switch_input_callback_function_t dtmf_func = NULL; in JS_GLOBAL_FUNCTION_IMPL_STATIC()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2474 typedef switch_status_t (*switch_input_callback_function_t) (switch_core_session_t *session, void *… typedef
2514 switch_input_callback_function_t input_callback;
H A Dswitch_ivr.h543 switch_input_callback_function_t dtmf_callback, void *session_data,
H A Dswitch_core.h223 switch_input_callback_function_t input_callback;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c348 switch_input_callback_function_t input_callback;
360 switch_input_callback_function_t input_callback; in audio_bridge_thread()
1617 switch_input_callback_function_t input_callback, void *session_data, in switch_ivr_multi_threaded_bridge()
H A Dswitch_cpp.cpp1483 switch_input_callback_function_t dtmf_func = NULL; in bridge()
H A Dswitch_ivr_originate.c4650 switch_input_callback_function_t func = NULL; in switch_ivr_orig_and_bridge()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx6515 switch_input_callback_function_t arg2 = (switch_input_callback_function_t) 0 ; in CSharp_FreeSWITCHfNative_switch_input_args_t_input_callback_set___()
6518 arg2 = (switch_input_callback_function_t)jarg2; in CSharp_FreeSWITCHfNative_switch_input_args_t_input_callback_set___()
6526 switch_input_callback_function_t result; in CSharp_FreeSWITCHfNative_switch_input_args_t_input_callback_get___()
6529 result = (switch_input_callback_function_t) ((arg1)->input_callback); in CSharp_FreeSWITCHfNative_switch_input_args_t_input_callback_get___()
11986 switch_input_callback_function_t arg2 = (switch_input_callback_function_t) 0 ; in CSharp_FreeSWITCHfNative_switch_core_thread_session_input_callback_set___()
11989 arg2 = (switch_input_callback_function_t)jarg2; in CSharp_FreeSWITCHfNative_switch_core_thread_session_input_callback_set___()
11997 switch_input_callback_function_t result; in CSharp_FreeSWITCHfNative_switch_core_thread_session_input_callback_get___()
12000 result = (switch_input_callback_function_t) ((arg1)->input_callback); in CSharp_FreeSWITCHfNative_switch_core_thread_session_input_callback_get___()
41946 switch_input_callback_function_t arg3 = (switch_input_callback_function_t) 0 ; in CSharp_FreeSWITCHfNative_switch_ivr_multi_threaded_bridge___()
41953 arg3 = (switch_input_callback_function_t)jarg3; in CSharp_FreeSWITCHfNative_switch_ivr_multi_threaded_bridge___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c3652 switch_input_callback_function_t func = NULL; in SWITCH_STANDARD_APP()