diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 7dc3a62381..9afbb96a7a 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -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;