Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h424 SWITCH_DECLARE(switch_status_t) switch_ivr_wait_for_silence(switch_core_session_t *session, uint32_…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_play_say.c2003 SWITCH_DECLARE(switch_status_t) switch_ivr_wait_for_silence(switch_core_session_t *session, uint32_… in switch_ivr_wait_for_silence() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c4583 switch_ivr_wait_for_silence(session, thresh, silence_hits, listen_hits, timeout_ms, argv[4]); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13040 …public static switch_status_t switch_ivr_wait_for_silence(SWIGTYPE_p_switch_core_session session, … in switch_ivr_wait_for_silence() method in FreeSWITCH.Native.freeswitch
13041 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_wait_for_silence(SWIGTYPE_p_sw… in switch_ivr_wait_for_silence()
25338 …public static extern int switch_ivr_wait_for_silence(global::System.Runtime.InteropServices.Handle… in switch_ivr_wait_for_silence() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx41730 …result = (switch_status_t)switch_ivr_wait_for_silence(arg1,arg2,arg3,arg4,arg5,(char const *)arg6); in CSharp_FreeSWITCHfNative_switch_ivr_wait_for_silence___()