Home
last modified time | relevance | path

Searched refs:switch_dtmf_t (Results 1 – 25 of 74) sorted by relevance

123

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfsdtmf.cpp50 Handle<Object> FSDTMF::New(switch_dtmf_t *dtmf, const char *name, JSMain *js) in New()
53 switch_dtmf_t *ddtmf; in New()
56 if ((ddtmf = (switch_dtmf_t *)malloc(sizeof(*ddtmf)))) { in New()
72 switch_dtmf_t *dtmf; in Construct()
91 if ((dtmf = (switch_dtmf_t *)malloc(sizeof(*dtmf)))) { in Construct()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/include/
H A Dfsdtmf.hpp48 switch_dtmf_t *_dtmf;
59 static v8::Handle<v8::Object> New(switch_dtmf_t *dtmf, const char *name, JSMain *js);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail_ivr/
H A Divr.c90 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in cb_on_dtmf_ignore()
107 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in cb_on_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A DManagedSession.cs98 using (var dtmf = new Native.switch_dtmf_t(input, false)) { in inputCallback()
114 string dtmfCallback(Native.switch_dtmf_t dtmf) { in dtmfCallback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core_event_hook.h62 typedef switch_status_t (*switch_send_dtmf_hook_t) (switch_core_session_t *, const switch_dtmf_t *,…
63 typedef switch_status_t (*switch_recv_dtmf_hook_t) (switch_core_session_t *, const switch_dtmf_t *,…
H A Dswitch_rtp.h442 …RE(switch_status_t) switch_rtp_queue_rfc2833(switch_rtp_t *rtp_session, const switch_dtmf_t *dtmf);
450 …switch_status_t) switch_rtp_queue_rfc2833_in(switch_rtp_t *rtp_session, const switch_dtmf_t *dtmf);
465 SWITCH_DECLARE(switch_size_t) switch_rtp_dequeue_dtmf(switch_rtp_t *rtp_session, switch_dtmf_t *dtm…
H A Dswitch_core_media.h257 …queue_rfc2833(switch_core_session_t *session, switch_media_type_t type, const switch_dtmf_t *dtmf);
258 …ue_rfc2833_in(switch_core_session_t *session, switch_media_type_t type, const switch_dtmf_t *dtmf);
H A Dswitch_module_interfaces.h116 typedef switch_status_t (*switch_io_send_dtmf_t) (switch_core_session_t *, const switch_dtmf_t *);
429 …switch_status_t (*asr_feed_dtmf) (switch_asr_handle_t *ah, const switch_dtmf_t *dtmf, switch_asr_f…
H A Dswitch_channel.h588 …tatus_t) switch_channel_queue_dtmf(_In_ switch_channel_t *channel, _In_ const switch_dtmf_t *dtmf);
597 …ch_status_t) switch_channel_dequeue_dtmf(_In_ switch_channel_t *channel, _In_ switch_dtmf_t *dtmf);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dfreeswitch_python.cpp300 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in run_dtmf_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_perl/
H A Dfreeswitch_perl.cpp239 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in run_dtmf_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_io.c977 …_status_t) switch_core_session_recv_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf) in switch_core_session_recv_dtmf()
981 switch_dtmf_t new_dtmf; in switch_core_session_recv_dtmf()
1025 …_status_t) switch_core_session_send_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf) in switch_core_session_send_dtmf()
1029 switch_dtmf_t new_dtmf; in switch_core_session_send_dtmf()
1049 switch_dtmf_t x_dtmf = { 0, switch_core_default_dtmf_duration(0), DTMF_FLAG_SKIP_PROCESS, 0}; in switch_core_session_send_dtmf()
1124 switch_dtmf_t dtmf = { 0, switch_core_default_dtmf_duration(0), DTMF_FLAG_SKIP_PROCESS, 0}; in switch_core_session_send_dtmf_string()
H A Dswitch_ivr_async.c89 static switch_status_t speech_on_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf, sw…
732 switch_dtmf_t dtmf = {0}; in switch_ivr_session_echo()
2387 switch_dtmf_t dtmf = { 0 }; in switch_ivr_eavesdrop_session()
3492 switch_dtmf_t dtmf = {0}; in inband_dtmf_callback()
3596 switch_dtmf_t *dt = NULL; in generate_on_dtmf()
3699 switch_dtmf_t *dtmf = (switch_dtmf_t *) pop; in inband_dtmf_generate_callback()
3832 static switch_status_t tone_on_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf, swit… in tone_on_dtmf()
4233 static switch_status_t meta_on_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf, swit… in meta_on_dtmf()
4363 static switch_status_t block_on_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf, swi… in block_on_dtmf()
4513 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in play_and_detect_input_callback()
[all …]
H A Dswitch_ivr_play_say.c360 switch_dtmf_t dtmf = { 0 }; in switch_ivr_record_file()
996 switch_dtmf_t dtmf = { 0 }; in switch_ivr_gentones()
1168 switch_dtmf_t dtmf = { 0 }; in switch_ivr_play_file()
2665 switch_dtmf_t dtmf = { 0 }; in switch_ivr_speak_text_handle()
3100 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in hold_on_dtmf()
3254 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in switch_collect_input_callback()
H A Dswitch_core_asr.c275 …ch_status_t) switch_core_asr_feed_dtmf(switch_asr_handle_t *ah, const switch_dtmf_t *dtmf, switch_… in switch_core_asr_feed_dtmf()
H A Dswitch_channel.c497 …RE(switch_status_t) switch_channel_queue_dtmf(switch_channel_t *channel, const switch_dtmf_t *dtmf) in switch_channel_queue_dtmf()
501 switch_dtmf_t new_dtmf = { 0 }; in switch_channel_queue_dtmf()
518 switch_dtmf_t *dt; in switch_channel_queue_dtmf()
572 switch_dtmf_t dtmf = { 0, switch_core_default_dtmf_duration(0), 0, SWITCH_DTMF_APP }; in switch_channel_queue_dtmf_string()
634 …ECLARE(switch_status_t) switch_channel_dequeue_dtmf(switch_channel_t *channel, switch_dtmf_t *dtmf) in switch_channel_dequeue_dtmf()
638 switch_dtmf_t *dt; in switch_channel_dequeue_dtmf()
645 dt = (switch_dtmf_t *) pop; in switch_channel_dequeue_dtmf()
708 switch_dtmf_t dtmf = { 0 }; in switch_channel_dequeue_dtmf_string()
726 switch_dtmf_t *dt = (switch_dtmf_t *) pop; in switch_channel_flush_dtmf()
4466 switch_dtmf_t *dt = (switch_dtmf_t *) pop; in switch_channel_set_timestamps()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Drtp.c95 static switch_status_t channel_send_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf);
347 switch_dtmf_t dtmf = { 0 }; in channel_read_frame()
407 static switch_status_t channel_send_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf) in channel_send_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/mod_freetdm/
H A Dtdm.c74 static switch_status_t channel_send_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf);
597 switch_dtmf_t _dtmf = { 0, switch_core_default_dtmf_duration(0) }; in channel_read_frame()
663 static switch_status_t channel_send_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf) in channel_send_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_rss/
H A Dmod_rss.c94 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in on_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_lua/
H A Dfreeswitch_lua.cpp284 switch_dtmf_t *dtmf = (switch_dtmf_t *) input; in run_dtmf_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c112 switch_dtmf_t dtmf = { 0 }; in SWITCH_STANDARD_APP()
291 switch_dtmf_t dtmf = { 0 }; in SWITCH_STANDARD_APP()
508 switch_dtmf_t dtmf = { 0 }; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.h250 DECLARE_CALLBACK1(send_dtmf, const switch_dtmf_t *, dtmf);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_loop.c888 switch_dtmf_t *dt; in conference_loop_input()
892 dt = (switch_dtmf_t *) pop; in conference_loop_input()
1257 switch_dtmf_t *dt; in conference_loop_input()
1261 dt = (switch_dtmf_t *) pop; in conference_loop_input()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dapplications.h614 switch_dtmf_t *dtmf = (switch_dtmf_t *) input;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtc/
H A Dmod_rtc.c225 static switch_status_t rtc_send_dtmf(switch_core_session_t *session, const switch_dtmf_t *dtmf) in rtc_send_dtmf()

123