]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
swigall
authorBrian West <brian@freeswitch.org>
Fri, 9 Sep 2011 05:34:41 +0000 (00:34 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 9 Sep 2011 05:34:49 +0000 (00:34 -0500)
src/mod/languages/mod_managed/managed/swig.cs

index e7821070078badaa94bf16ca128c6c35eeb13f4b..e838e77c7f096667ca699ad73b17a8918f3ec36f 100644 (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)
 }
 
 }