Home
last modified time | relevance | path

Searched refs:switch_core_asr_numeric_param (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_asr.c336 SWITCH_DECLARE(void) switch_core_asr_numeric_param(switch_asr_handle_t *ah, char *param, int val) in switch_core_asr_numeric_param() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2213 SWITCH_DECLARE(void) switch_core_asr_numeric_param(switch_asr_handle_t *ah, char *param, int val);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9466 public static void switch_core_asr_numeric_param(switch_asr_handle ah, string param, int val) { in switch_core_asr_numeric_param() method in FreeSWITCH.Native.freeswitch
9467 freeswitchPINVOKE.switch_core_asr_numeric_param(switch_asr_handle.getCPtr(ah), param, val); in switch_core_asr_numeric_param()
19161 …public static extern void switch_core_asr_numeric_param(global::System.Runtime.InteropServices.Han… in switch_core_asr_numeric_param() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx16155 switch_core_asr_numeric_param(arg1,arg2,arg3); in CSharp_FreeSWITCHfNative_switch_core_asr_numeric_param___()