From: Anthony Minessale Date: Fri, 30 Jul 2010 04:42:28 +0000 (-0500) Subject: don't enable sonus rtp bug by default anymore, they do it right now X-Git-Tag: v1.2-rc1~526^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9278710de06966fa457930225655a0658d47fb;p=thirdparty%2Ffreeswitch.git don't enable sonus rtp bug by default anymore, they do it right now --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index ae1e78698f..90640fcf24 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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;