Home
last modified time | relevance | path

Searched refs:switch_channel_dequeue_dtmf (Results 1 – 13 of 13) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c212 switch_channel_dequeue_dtmf(channel, &dtmf); in SWITCH_STANDARD_APP()
450 switch_channel_dequeue_dtmf(channel, &dtmf); in SWITCH_STANDARD_APP()
625 switch_channel_dequeue_dtmf(channel, &dtmf); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4/
H A Dmod_mp4.cpp347 switch_channel_dequeue_dtmf(pt->channel, &dtmf); in play_audio_function()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_play_say.c763 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_record_file()
1080 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_gentones()
1619 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_play_file()
2786 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_speak_text_handle()
H A Dswitch_ivr.c260 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_sleep()
1159 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_park()
1281 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_collect_digits_callback()
1463 if (switch_channel_dequeue_dtmf(channel, &dtmf) != SWITCH_STATUS_SUCCESS) { in switch_ivr_collect_digits_count()
H A Dswitch_ivr_originate.c1104 if (switch_channel_dequeue_dtmf(caller_channel, &dtmf) == SWITCH_STATUS_SUCCESS) { in switch_ivr_wait_for_answer()
3365 if (switch_channel_dequeue_dtmf(caller_channel, &dtmf) == SWITCH_STATUS_SUCCESS) { in switch_ivr_originate()
H A Dswitch_ivr_bridge.c678 if (switch_channel_dequeue_dtmf(chan_a, &dtmf) == SWITCH_STATUS_SUCCESS) { in audio_bridge_thread()
H A Dswitch_ivr_async.c742 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_session_echo()
2388 switch_channel_dequeue_dtmf(channel, &dtmf); in switch_ivr_eavesdrop_session()
H A Dswitch_channel.c634 SWITCH_DECLARE(switch_status_t) switch_channel_dequeue_dtmf(switch_channel_t *channel, switch_dtmf_… in switch_channel_dequeue_dtmf() function
712 while (x < len - 1 && switch_channel_dequeue_dtmf(channel, &dtmf) == SWITCH_STATUS_SUCCESS) { in switch_channel_dequeue_dtmf_string()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h597 SWITCH_DECLARE(switch_status_t) switch_channel_dequeue_dtmf(_In_ switch_channel_t *channel, _In_ sw…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_vlc/
H A Dmod_vlc.c1552 switch_channel_dequeue_dtmf(channel, &dtmf); in SWITCH_STANDARD_APP()
1958 switch_channel_dequeue_dtmf(channel, &dtmf); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia.c9952 if (switch_channel_dequeue_dtmf(channel, &idtmf) == SWITCH_STATUS_SUCCESS) { in sofia_handle_sip_i_info()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11954 …public static switch_status_t switch_channel_dequeue_dtmf(SWIGTYPE_p_switch_channel channel, switc… in switch_channel_dequeue_dtmf() method in FreeSWITCH.Native.freeswitch
11955 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_dequeue_dtmf(SWIGTYPE_p_sw… in switch_channel_dequeue_dtmf()
24312 …public static extern int switch_channel_dequeue_dtmf(global::System.Runtime.InteropServices.Handle… in switch_channel_dequeue_dtmf() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx37081 result = (switch_status_t)switch_channel_dequeue_dtmf(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_channel_dequeue_dtmf___()