[svn-commits] r132795 - svn:log

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


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

Modified: svn:log at Tue Jul 22 17:31:01 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jul 22 17:31:01 2008
@@ -1,0 +1,26 @@
+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