Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_asr.c205 SWITCH_DECLARE(switch_status_t) switch_core_asr_pause(switch_asr_handle_t *ah) in switch_core_asr_pause() function
H A Dswitch_ivr_async.c4902 switch_core_asr_pause(sth->ah); in switch_ivr_pause_detect_speech()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/test/
H A Dswitch_test.h649 fst_requires(switch_core_asr_pause(&ah) == SWITCH_STATUS_SUCCESS);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2183 SWITCH_DECLARE(switch_status_t) switch_core_asr_pause(switch_asr_handle_t *ah);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9447 public static switch_status_t switch_core_asr_pause(switch_asr_handle ah) { in switch_core_asr_pause() method in FreeSWITCH.Native.freeswitch
9448 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_asr_pause(switch_asr_handle.g… in switch_core_asr_pause()
19149 …public static extern int switch_core_asr_pause(global::System.Runtime.InteropServices.HandleRef ja… in switch_core_asr_pause() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx16105 result = (switch_status_t)switch_core_asr_pause(arg1); in CSharp_FreeSWITCHfNative_switch_core_asr_pause___()