Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h579 SWITCH_DECLARE(void) switch_rtp_intentional_bugs(switch_rtp_t *rtp_session, switch_rtp_bug_flag_t b…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_oreka/
H A Dmod_oreka.c158 switch_rtp_intentional_bugs(rtp_stream, RTP_BUG_SEND_LINEAR_TIMESTAMPS); in oreka_setup_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c1276switch_rtp_intentional_bugs(tech_pvt->transports[LDL_TPORT_RTP].rtp_session, RTP_BUG_GEN_ONE_GEN_A… in activate_audio_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c8829switch_rtp_intentional_bugs(a_engine->rtp_session, a_engine->rtp_bugs | smh->mparams->manual_rtp_b… in switch_core_media_activate_rtp()
9314switch_rtp_intentional_bugs(t_engine->rtp_session, t_engine->rtp_bugs | smh->mparams->manual_text_… in switch_core_media_activate_rtp()
9642switch_rtp_intentional_bugs(v_engine->rtp_session, v_engine->rtp_bugs | smh->mparams->manual_video… in switch_core_media_activate_rtp()
H A Dswitch_rtp.c2611 SWITCH_DECLARE(void) switch_rtp_intentional_bugs(switch_rtp_t *rtp_session, switch_rtp_bug_flag_t b… in switch_rtp_intentional_bugs() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14034 …public static void switch_rtp_intentional_bugs(SWIGTYPE_p_switch_rtp rtp_session, switch_rtp_bug_f… in switch_rtp_intentional_bugs() method in FreeSWITCH.Native.freeswitch
14035 …freeswitchPINVOKE.switch_rtp_intentional_bugs(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), (int)bug… in switch_rtp_intentional_bugs()
26172 …public static extern void switch_rtp_intentional_bugs(global::System.Runtime.InteropServices.Handl… in switch_rtp_intentional_bugs() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45712 switch_rtp_intentional_bugs(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_rtp_intentional_bugs___()