Home
last modified time | relevance | path

Searched refs:switch_rtp_queue_rfc2833_in (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h450 SWITCH_DECLARE(switch_status_t) switch_rtp_queue_rfc2833_in(switch_rtp_t *rtp_session, const switch…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c698 switch_rtp_queue_rfc2833_in(rtp_session, &dtmf); in handle_rfc2833()
750 switch_rtp_queue_rfc2833_in(rtp_session, &dtmf); in handle_rfc2833()
8009 SWITCH_DECLARE(switch_status_t) switch_rtp_queue_rfc2833_in(switch_rtp_t *rtp_session, const switch… in switch_rtp_queue_rfc2833_in() function
H A Dswitch_core_media.c13132 return switch_rtp_queue_rfc2833_in(smh->engines[type].rtp_session, dtmf); in switch_core_media_queue_rfc2833_in()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13943 …public static switch_status_t switch_rtp_queue_rfc2833_in(SWIGTYPE_p_switch_rtp rtp_session, switc… in switch_rtp_queue_rfc2833_in() method in FreeSWITCH.Native.freeswitch
13944 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_queue_rfc2833_in(SWIGTYPE_p_sw… in switch_rtp_queue_rfc2833_in()
26115 …public static extern int switch_rtp_queue_rfc2833_in(global::System.Runtime.InteropServices.Handle… in switch_rtp_queue_rfc2833_in() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45448 result = (switch_status_t)switch_rtp_queue_rfc2833_in(arg1,(switch_dtmf_t const *)arg2); in CSharp_FreeSWITCHfNative_switch_rtp_queue_rfc2833_in___()