Home
last modified time | relevance | path

Searched refs:SWITCH_DEFAULT_DTMF_DURATION (Results 1 – 15 of 15) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_cpp.h139 SWITCH_DECLARE_CONSTRUCTOR DTMF(char idigit, uint32_t iduration = SWITCH_DEFAULT_DTMF_DURATION);
H A Dswitch_types.h116 #define SWITCH_DEFAULT_DTMF_DURATION 2000 macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_cpp.cpp529 iduration = SWITCH_DEFAULT_DTMF_DURATION; in DTMF()
H A Dswitch_core.c1866 runtime.default_dtmf_duration = SWITCH_DEFAULT_DTMF_DURATION; in switch_core_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_member.c1379 switch_dtmf_t *dt, digit = { *p, SWITCH_DEFAULT_DTMF_DURATION }; in conference_member_send_all_dtmf()
H A Dconference_api.c1032 switch_dtmf_t *dt, digit = { *p, SWITCH_DEFAULT_DTMF_DURATION }; in conference_api_sub_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dmod_skypopen.c967 dtmf.duration = SWITCH_DEFAULT_DTMF_DURATION; in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dmod_gsmopen.c928 dtmf.duration = SWITCH_DEFAULT_DTMF_DURATION; in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dmod_gsmopen.cpp740 dtmf.duration = SWITCH_DEFAULT_DTMF_DURATION; in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/
H A Dswitch_swig_wrap.cpp933 uint32_t arg2 = (uint32_t) SWITCH_DEFAULT_DTMF_DURATION ; in Java_org_freeswitch_swig_freeswitchJNI_new_1DTMF()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia.c5701 profile->dtmf_duration = SWITCH_DEFAULT_DTMF_DURATION; in config_sofia()
5703 SWITCH_DEFAULT_DTMF_DURATION); in config_sofia()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dmod_lua_wrap.cpp4080 uint32_t arg2 = (uint32_t) SWITCH_DEFAULT_DTMF_DURATION ; in _wrap_new_DTMF()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_perl/
H A Dmod_perl_wrap.cpp3320 uint32_t arg2 = (uint32_t) SWITCH_DEFAULT_DTMF_DURATION ; in XS()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dmod_python_wrap.cpp4789 uint32_t arg2 = (uint32_t) SWITCH_DEFAULT_DTMF_DURATION ; in _wrap_new_DTMF()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14781 …public static readonly int SWITCH_DEFAULT_DTMF_DURATION = freeswitchPINVOKE.SWITCH_DEFAULT_DTMF_DU… field in FreeSWITCH.Native.freeswitch