From 3b9278710de06966fa457930225655a0658d47fb Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 29 Jul 2010 23:42:28 -0500 Subject: [PATCH] don't enable sonus rtp bug by default anymore, they do it right now --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;