From: Michael Jerris Date: Thu, 21 Feb 2008 04:27:04 +0000 (+0000) Subject: work around bugs in merging remote sdp, we already handle this in our code anyways... X-Git-Tag: v1.0-rc1~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=473ab3c7c8b75bb03468dc154242b4b589cad8d9;p=thirdparty%2Ffreeswitch.git work around bugs in merging remote sdp, we already handle this in our code anyways. We need to add a tag for this. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7716 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c b/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c index 99642a6070..0cd0971831 100644 --- a/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c +++ b/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c @@ -1174,7 +1174,7 @@ static int offer_answer_step(soa_session_t *ss, *local0 = *local, local = local0; SU_DEBUG_7(("soa_static(%p, %s): %s\n", (void *)ss, by, "upgrade with remote description")); - soa_sdp_upgrade(ss, tmphome, local, user, remote, &u2s, &s2u); + soa_sdp_upgrade(ss, tmphome, local, user, NULL, &u2s, &s2u); } break; case process_answer: