Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h990 SWITCH_DECLARE(switch_status_t) switch_ivr_dmachine_last_ping(switch_ivr_dmachine_t *dmachine);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_play_say.c3388 if (args->dmachine && switch_ivr_dmachine_last_ping(args->dmachine) != SWITCH_STATUS_SUCCESS) { in switch_ivr_play_and_collect_input()
3415 if (args->dmachine && switch_ivr_dmachine_last_ping(args->dmachine) != SWITCH_STATUS_SUCCESS) { in switch_ivr_play_and_collect_input()
H A Dswitch_ivr_async.c91 SWITCH_DECLARE(switch_status_t) switch_ivr_dmachine_last_ping(switch_ivr_dmachine_t *dmachine) in switch_ivr_dmachine_last_ping() function
4579 if (args->dmachine && switch_ivr_dmachine_last_ping(args->dmachine) != SWITCH_STATUS_SUCCESS) { in switch_ivr_play_and_detect_speech()
4596 if (args->dmachine && switch_ivr_dmachine_last_ping(args->dmachine) != SWITCH_STATUS_SUCCESS) { in switch_ivr_play_and_detect_speech()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13423 …public static switch_status_t switch_ivr_dmachine_last_ping(SWIGTYPE_p_switch_ivr_dmachine dmachin… in switch_ivr_dmachine_last_ping() method in FreeSWITCH.Native.freeswitch
13424 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_dmachine_last_ping(SWIGTYPE_p_… in switch_ivr_dmachine_last_ping()
25569 …public static extern int switch_ivr_dmachine_last_ping(global::System.Runtime.InteropServices.Hand… in switch_ivr_dmachine_last_ping() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx43040 result = (switch_status_t)switch_ivr_dmachine_last_ping(arg1); in CSharp_FreeSWITCHfNative_switch_ivr_dmachine_last_ping___()