Home
last modified time | relevance | path

Searched refs:switch_rtp_queue_rfc2833 (Results 1 – 7 of 7) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h442 SWITCH_DECLARE(switch_status_t) switch_rtp_queue_rfc2833(switch_rtp_t *rtp_session, const switch_dt…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Drtp.c418 return switch_rtp_queue_rfc2833(tech_pvt->rtp_session, dtmf); in channel_send_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c2132 return switch_rtp_queue_rfc2833(tech_pvt->transports[LDL_TPORT_RTP].rtp_session, dtmf); in channel_send_dtmf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c7983 SWITCH_DECLARE(switch_status_t) switch_rtp_queue_rfc2833(switch_rtp_t *rtp_session, const switch_dt… in switch_rtp_queue_rfc2833() function
H A Dswitch_core_media.c13114 return switch_rtp_queue_rfc2833(smh->engines[type].rtp_session, dtmf); in switch_core_media_queue_rfc2833()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13938 …public static switch_status_t switch_rtp_queue_rfc2833(SWIGTYPE_p_switch_rtp rtp_session, switch_d… in switch_rtp_queue_rfc2833() method in FreeSWITCH.Native.freeswitch
13939 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_queue_rfc2833(SWIGTYPE_p_switc… in switch_rtp_queue_rfc2833()
26112 …public static extern int switch_rtp_queue_rfc2833(global::System.Runtime.InteropServices.HandleRef… in switch_rtp_queue_rfc2833() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45434 result = (switch_status_t)switch_rtp_queue_rfc2833(arg1,(switch_dtmf_t const *)arg2); in CSharp_FreeSWITCHfNative_switch_rtp_queue_rfc2833___()