This commit is contained in:
Anthony Minessale
2012-12-11 07:58:09 -06:00
parent 7ba3dadcd8
commit 8aba7238a8
2 changed files with 14 additions and 1 deletions

View File

@@ -736,13 +736,18 @@ typedef enum {
*/
RTP_BUG_CHANGE_SSRC_ON_MARKER = (1 << 9)
RTP_BUG_CHANGE_SSRC_ON_MARKER = (1 << 9),
/*
By default FS will change the SSRC when the marker is set and it detects a timestamp reset.
If this setting is enabled it will NOT do this (old behaviour).
*/
RTP_BUG_FLUSH_JB_ON_DTMF = (1 << 10)
/* FLUSH JITTERBUFFER When getting RFC2833 to reduce bleed through */
} switch_rtp_bug_flag_t;
#ifdef _MSC_VER