doh, fix regression from previous commit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16005 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-12-19 17:51:17 +00:00
parent 4aee9be2ae
commit 57d2c39207

View File

@ -3755,7 +3755,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
SIPTAG_REPLACES_STR_REF(replaces_str), SOATAG_LOCAL_SDP_STR_REF(l_sdp), SOATAG_REMOTE_SDP_STR_REF(r_sdp), TAG_END());
/* This marr in our code brought to you by people who can't read........*/
if (tech_pvt->profile->ndlb & PFLAG_NDLB_ALLOW_BAD_IANANAME && r_sdp && (p = (char *) switch_stristr("g729a/8000", r_sdp))) {
if (profile->ndlb & PFLAG_NDLB_ALLOW_BAD_IANANAME && r_sdp && (p = (char *) switch_stristr("g729a/8000", r_sdp))) {
p += 4;
*p++ = '/';
*p++ = '8';