[asterisk-commits] dvossel: trunk r283494 - in /trunk: ./ channels/sip/include/ configs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Aug 24 15:36:37 CDT 2010


Author: dvossel
Date: Tue Aug 24 15:36:35 2010
New Revision: 283494

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=283494
Log:
Merged revisions 283493 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r283493 | dvossel | 2010-08-24 15:34:03 -0500 (Tue, 24 Aug 2010) | 2 lines
  
  Changes the default behavior for sip.conf's pedantic option from "no" to "yes".
........

Modified:
    trunk/   (props changed)
    trunk/UPGRADE-1.8.txt
    trunk/channels/sip/include/sip.h
    trunk/configs/sip.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/UPGRADE-1.8.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE-1.8.txt?view=diff&rev=283494&r1=283493&r2=283494
==============================================================================
--- trunk/UPGRADE-1.8.txt (original)
+++ trunk/UPGRADE-1.8.txt Tue Aug 24 15:36:35 2010
@@ -113,6 +113,9 @@
   behave as expected, had no correct use case, and was not RFC compliant. The
   removal of this feature will hopefully be followed by a correct RFC compliant
   STUN implementation in chan_sip in the future.
+
+* The default value for the pedantic option in sip.conf has been changed
+  from "no" to "yes".
 
 From 1.6.1 to 1.6.2:
 

Modified: trunk/channels/sip/include/sip.h
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sip/include/sip.h?view=diff&rev=283494&r1=283493&r2=283494
==============================================================================
--- trunk/channels/sip/include/sip.h (original)
+++ trunk/channels/sip/include/sip.h Tue Aug 24 15:36:35 2010
@@ -209,7 +209,7 @@
 #define DEFAULT_DOMAINSASREALM FALSE    /*!< Use the domain option to guess the realm for registration and invite requests */
 #define DEFAULT_NOTIFYRINGING  TRUE     /*!< Notify devicestate system on ringing state */
 #define DEFAULT_NOTIFYCID      DISABLED	/*!< Include CID with ringing notifications */
-#define DEFAULT_PEDANTIC       FALSE    /*!< Avoid following SIP standards for dialog matching */
+#define DEFAULT_PEDANTIC       TRUE     /*!< Follow SIP standards for dialog matching */
 #define DEFAULT_AUTOCREATEPEER FALSE    /*!< Don't create peers automagically */
 #define	DEFAULT_MATCHEXTERNADDRLOCALLY FALSE /*!< Match extern IP locally default setting */
 #define DEFAULT_QUALIFY        FALSE    /*!< Don't monitor devices */

Modified: trunk/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=283494&r1=283493&r2=283494
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Tue Aug 24 15:36:35 2010
@@ -215,7 +215,7 @@
 ;pedantic=yes                   ; Enable checking of tags in headers,
                                 ; international character conversions in URIs
                                 ; and multiline formatted headers for strict
-                                ; SIP compatibility (defaults to "no")
+                                ; SIP compatibility (defaults to "yes")
 
 ; See qos.tex or Quality of Service section of asterisk.pdf for a description of these parameters.
 ;tos_sip=cs3                    ; Sets TOS for SIP packets.




More information about the asterisk-commits mailing list