This commit is contained in:
Brian West 2011-09-09 00:34:41 -05:00
parent 5154b8819d
commit 0f9b2cebfb
1 changed files with 2 additions and 1 deletions

View File

@ -29319,7 +29319,8 @@ public enum switch_rtp_bug_flag_t {
RTP_BUG_SEND_LINEAR_TIMESTAMPS = (1 << 3),
RTP_BUG_START_SEQ_AT_ZERO = (1 << 4),
RTP_BUG_NEVER_SEND_MARKER = (1 << 5),
RTP_BUG_IGNORE_DTMF_DURATION = (1 << 6)
RTP_BUG_IGNORE_DTMF_DURATION = (1 << 6),
RTP_BUG_ACCEPT_ANY_PACKETS = (1 << 7)
}
}