r2706 - trunk/libmsip/source

erik at minisip.org erik at minisip.org
Fri Aug 18 00:40:37 CEST 2006


Author: erik
Date: 2006-08-18 00:40:35 +0200 (Fri, 18 Aug 2006)
New Revision: 2706

Modified:
   trunk/libmsip/source/SipStack.cxx
Log:

 * Fix: We claim that we support the 100rel extension, but we don't follow
   the RFC correctly (i.e. rseq is not correct), so let's not claim that we
   do (yet).

   As shown in documents in the publication section, we need 100rel to
   avoid some delays during call setup on hosts with low processing 
   power/PDAs, and to avoid "ghost ringing".



Modified: trunk/libmsip/source/SipStack.cxx
===================================================================
--- trunk/libmsip/source/SipStack.cxx	2006-08-17 22:23:18 UTC (rev 2705)
+++ trunk/libmsip/source/SipStack.cxx	2006-08-17 22:40:35 UTC (rev 2706)
@@ -116,7 +116,7 @@
 	SipHeader::headerFactories.addFactory("Warning", sipHeaderWarningFactory);
 	SipHeader::headerFactories.addFactory("WWW-Authenticate", sipHeaderWWWAuthenticateFactory);
 
-	addSupportedExtension("100rel");
+	//addSupportedExtension("100rel");
 
 	MRef<SipLayerTransport*> transp = MRef<SipLayerTransport*>(new
 			SipLayerTransport(



More information about the Minisip-devel mailing list