]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't enable sonus rtp bug by default anymore, they do it right now
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 30 Jul 2010 04:42:28 +0000 (23:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 30 Jul 2010 04:42:28 +0000 (23:42 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index ae1e78698f33c5c48bea54174c29cae1428947cc..90640fcf242bf309c42ee422ee1ca44e2795291f 100644 (file)
@@ -2797,7 +2797,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
 
                                profile->trans_timeout = 500;
 
-                               profile->auto_rtp_bugs = RTP_BUG_CISCO_SKIP_MARK_BIT_2833 | RTP_BUG_SONUS_SEND_INVALID_TIMESTAMP_2833;
+                               profile->auto_rtp_bugs = RTP_BUG_CISCO_SKIP_MARK_BIT_2833;// | RTP_BUG_SONUS_SEND_INVALID_TIMESTAMP_2833;
 
                                profile->pool = pool;
                                profile->user_agent = SOFIA_USER_AGENT;