[Freeswitch-svn] [commit] r7716 - freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/soa
Freeswitch SVN
mikej at freeswitch.org
Wed Feb 20 23:27:04 EST 2008
Author: mikej
Date: Wed Feb 20 23:27:04 2008
New Revision: 7716
Modified:
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c
Log:
work around bugs in merging remote sdp, we already handle this in our code anyways. We need to add a tag for this.
Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c (original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c Wed Feb 20 23:27:04 2008
@@ -1174,7 +1174,7 @@
*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:
More information about the Freeswitch-svn
mailing list