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:
parent
b597314402
commit
b3c03865d5
|
@ -784,7 +784,7 @@ void sofia_glue_tech_patch_sdp(private_object_t *tech_pvt)
|
||||||
return;
|
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))) {
|
if ((p = (char *)switch_stristr("c=IN IP4 ", tech_pvt->local_sdp_str))) {
|
||||||
ip_ptr = p + 9;
|
ip_ptr = p + 9;
|
||||||
|
|
Loading…
Reference in New Issue