rewrite video port too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8539 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-05-23 12:42:36 +00:00
parent b597314402
commit b3c03865d5
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ void sofia_glue_tech_patch_sdp(private_object_t *tech_pvt)
return;
}
len = strlen(tech_pvt->local_sdp_str) + 256;
len = strlen(tech_pvt->local_sdp_str) + 384;
if ((p = (char *)switch_stristr("c=IN IP4 ", tech_pvt->local_sdp_str))) {
ip_ptr = p + 9;