Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_exec_component.c125 …if (switch_core_session_execute_application_async(session, switch_core_session_strdup(session, "ra… in start_exec_app_component()
H A Drayo_cpa_detector.c104switch_core_session_execute_application_async(session, detector->start_app, zstr(detector->start_a… in rayo_cpa_detector_start()
143switch_core_session_execute_application_async(session, detector->stop_app, zstr(detector->stop_app… in rayo_cpa_detector_stop()
H A Drayo_fax_components.c346 switch_core_session_execute_application_async(session, "stopfax", ""); in stop_fax_component()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_fax.c2210 switch_core_session_execute_application_async(cont->session, cont->app, cont->data); in tone_on_dtmf()
2285 switch_core_session_execute_application_async(cont->session, cont->app, cont->data); in tone_detect_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_session.c2608 SWITCH_DECLARE(switch_status_t) switch_core_session_execute_application_async(switch_core_session_t…
2693 return switch_core_session_execute_application_async(session, app, arg);
H A Dswitch_ivr_bridge.c658 switch_core_session_execute_application_async(session_a, exec_app, exec_data); in audio_bridge_thread()
H A Dswitch_ivr_async.c3852switch_core_session_execute_application_async(cont->session, cont->list[i].app, cont->list[i].data… in tone_on_dtmf()
3937switch_core_session_execute_application_async(cont->session, cont->list[i].app, cont->list[i].data… in tone_detect_callback()
H A Dswitch_channel.c3727 switch_core_session_execute_application_async(channel->session, app, arg); in do_execute_on()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h1113 SWITCH_DECLARE(switch_status_t) switch_core_session_execute_application_async(switch_core_session_t…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c7235 switch_core_session_execute_application_async(tsession, app, arg); in SWITCH_STANDARD_JSON_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8738 …public static switch_status_t switch_core_session_execute_application_async(SWIGTYPE_p_switch_core… in switch_core_session_execute_application_async() method in FreeSWITCH.Native.freeswitch
8739 …tch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_execute_application_asyn… in switch_core_session_execute_application_async()
18729 …public static extern int switch_core_session_execute_application_async(global::System.Runtime.Inte… in switch_core_session_execute_application_async() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx14052 …result = (switch_status_t)switch_core_session_execute_application_async(arg1,(char const *)arg2,(c… in CSharp_FreeSWITCHfNative_switch_core_session_execute_application_async___()