Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h924 SWITCH_DECLARE(void) switch_ivr_delay_echo(switch_core_session_t *session, uint32_t delay_ms);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr.c3521 SWITCH_DECLARE(void) switch_ivr_delay_echo(switch_core_session_t *session, uint32_t delay_ms) in switch_ivr_delay_echo() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c1344 switch_ivr_delay_echo(session, len); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13294 public static void switch_ivr_delay_echo(SWIGTYPE_p_switch_core_session session, uint delay_ms) { in switch_ivr_delay_echo() method in FreeSWITCH.Native.freeswitch
13295 …freeswitchPINVOKE.switch_ivr_delay_echo(SWIGTYPE_p_switch_core_session.getCPtr(session), delay_ms); in switch_ivr_delay_echo()
25491 …public static extern void switch_ivr_delay_echo(global::System.Runtime.InteropServices.HandleRef j… in switch_ivr_delay_echo() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx42622 switch_ivr_delay_echo(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_ivr_delay_echo___()