]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
work around bugs in merging remote sdp, we already handle this in our code anyways...
authorMichael Jerris <mike@jerris.com>
Thu, 21 Feb 2008 04:27:04 +0000 (04:27 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 21 Feb 2008 04:27:04 +0000 (04:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7716 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c

index 99642a6070ef0d82b0058088c4a4ccb1560278d4..0cd0971831f2df9f146e2994fa3932c4b2ed5e7c 100644 (file)
@@ -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: