Home
last modified time | relevance | path

Searched refs:switch_rtp_dequeue_dtmf (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h465 SWITCH_DECLARE(switch_size_t) switch_rtp_dequeue_dtmf(switch_rtp_t *rtp_session, switch_dtmf_t *dtm…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Drtp.c348 switch_rtp_dequeue_dtmf(tech_pvt->rtp_session, &dtmf); in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.c1200 switch_rtp_dequeue_dtmf(tech_pvt->rtp_session, &dtmf); in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c2204 switch_rtp_dequeue_dtmf(tech_pvt->transports[LDL_TPORT_RTP].rtp_session, &dtmf); in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c7956 SWITCH_DECLARE(switch_size_t) switch_rtp_dequeue_dtmf(switch_rtp_t *rtp_session, switch_dtmf_t *dtm… in switch_rtp_dequeue_dtmf() function
H A Dswitch_core_media.c3127 switch_rtp_dequeue_dtmf(engine->rtp_session, &dtmf); in switch_core_media_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13953 …public static SWIGTYPE_p_switch_size_t switch_rtp_dequeue_dtmf(SWIGTYPE_p_switch_rtp rtp_session, … in switch_rtp_dequeue_dtmf() method in FreeSWITCH.Native.freeswitch
13954 …itch_size_t ret = new SWIGTYPE_p_switch_size_t(freeswitchPINVOKE.switch_rtp_dequeue_dtmf(SWIGTYPE_… in switch_rtp_dequeue_dtmf()
26121 …public static extern global::System.IntPtr switch_rtp_dequeue_dtmf(global::System.Runtime.InteropS… in switch_rtp_dequeue_dtmf() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45474 result = switch_rtp_dequeue_dtmf(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_rtp_dequeue_dtmf___()