don't enable sonus rtp bug by default anymore, they do it right now

This commit is contained in:
Anthony Minessale 2010-07-29 23:42:28 -05:00
parent 786ca1f978
commit 3b9278710d
1 changed files with 1 additions and 1 deletions

View 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;