[Freeswitch-svn] [commit] r7740 - freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/soa
Freeswitch SVN
brian at freeswitch.org
Tue Feb 26 12:37:32 EST 2008
Author: brian
Date: Tue Feb 26 12:37:32 2008
New Revision: 7740
Modified:
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/soa/soa_static.c
Log:
revert my hack now that it appears fixed
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 Tue Feb 26 12:37:32 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, NULL, &u2s, &s2u);
+ soa_sdp_upgrade(ss, tmphome, local, user, remote, &u2s, &s2u);
}
break;
case process_answer:
More information about the Freeswitch-svn
mailing list