[svn-commits] r132797 - svn:log

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 22 17:31:40 CDT 2008


Author: mmichelson
Revision: 132797
Modified property: svn:log

Modified: svn:log at Tue Jul 22 17:31:40 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jul 22 17:31:40 2008
@@ -1,0 +1,34 @@
+Merged revisions 132795 via svnmerge from 
+https://origsvn.digium.com/svn/asterisk/trunk
+
+................
+r132795 | mmichelson | 2008-07-22 17:17:09 -0500 (Tue, 22 Jul 2008) | 11 lines
+
+Merged revisions 132777 via svnmerge from 
+https://origsvn.digium.com/svn/asterisk/trunk
+
+........
+Allow Spiraled INVITEs to work correctly within Asterisk.
+
+Prior to this change, a spiraled INVITE would cause a 482
+Loop Detected to be sent to the caller. With this change,
+if a potential loop is detected, the Request-URI is inspected
+to see if it has changed from what was originally received. If
+pedantic mode is on, then this inspection is fully RFC 3261
+compliant. If pedantic mode is not on, then a string comparison
+is used to test the equality of the two R-URIs.
+
+This has been tested by using OpenSER to rewrite the R-URI
+and send the INVITE back to Asterisk.
+
+(closes issue #7403)
+Reported by: stephen_dredge
+
+
+Modified:
+    branches/1.4/channels/chan_sip.c
+
+
+........
+
+................




More information about the svn-commits mailing list