Home
last modified time | relevance | path

Searched refs:rtp_bugs (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c459 switch_rtp_bug_flag_t rtp_bugs; member
693 if ((rtp_session->rtp_bugs & RTP_BUG_IGNORE_DTMF_DURATION)) { in handle_rfc2833()
1546 if (!(rtp_session->rtp_bugs & RTP_BUG_SEND_LINEAR_TIMESTAMPS)) { in get_next_write_ts()
1562 && !(rtp_session->rtp_bugs & RTP_BUG_NEVER_SEND_MARKER)) { in get_next_write_ts()
2613 rtp_session->rtp_bugs = bugs; in switch_rtp_intentional_bugs()
2615 if ((rtp_session->rtp_bugs & RTP_BUG_START_SEQ_AT_ZERO)) { in switch_rtp_intentional_bugs()
4925 rtp_session->rtp_bugs |= RTP_BUG_ACCEPT_ANY_PACKETS; in switch_rtp_activate_ice()
7123 if ((rtp_session->rtp_bugs & RTP_BUG_ALWAYS_AUTO_ADJUST)) { in read_rtcp_packet()
7653 !(rtp_session->rtp_bugs & RTP_BUG_IGNORE_MARK_BIT)) { in rtp_common_read()
7724 if ((rtp_session->rtp_bugs & RTP_BUG_ALWAYS_AUTO_ADJUST)) { in rtp_common_read()
[all …]
H A Dswitch_core_media.c139 switch_rtp_bug_flag_t rtp_bugs; member
4946 a_engine->rtp_bugs |= RTP_BUG_CISCO_SKIP_MARK_BIT_2833; in switch_core_media_negotiate_sdp()
4953 a_engine->rtp_bugs |= RTP_BUG_SONUS_SEND_INVALID_TIMESTAMP_2833; in switch_core_media_negotiate_sdp()
8818 a_engine->rtp_bugs |= RTP_BUG_IGNORE_MARK_BIT; in switch_core_media_activate_rtp()
8822 switch_core_media_parse_rtp_bugs(&a_engine->rtp_bugs, val); in switch_core_media_activate_rtp()
8829 …switch_rtp_intentional_bugs(a_engine->rtp_session, a_engine->rtp_bugs | smh->mparams->manual_rtp_b… in switch_core_media_activate_rtp()
9306 switch_core_media_parse_rtp_bugs(&t_engine->rtp_bugs, val); in switch_core_media_activate_rtp()
9314 …switch_rtp_intentional_bugs(t_engine->rtp_session, t_engine->rtp_bugs | smh->mparams->manual_text_… in switch_core_media_activate_rtp()
9635 switch_core_media_parse_rtp_bugs(&v_engine->rtp_bugs, val); in switch_core_media_activate_rtp()
9642 …switch_rtp_intentional_bugs(v_engine->rtp_session, v_engine->rtp_bugs | smh->mparams->manual_video… in switch_core_media_activate_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Drtp.c59 switch_rtp_bug_flag_t rtp_bugs; member
H A Dmod_sofia.h852 switch_rtp_bug_flag_t rtp_bugs; member