[asterisk-commits] dvossel: branch 1.8 r283493 - in /branches/1.8: ./ channels/sip/include/ conf...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Aug 24 15:34:05 CDT 2010
Author: dvossel
Date: Tue Aug 24 15:34:03 2010
New Revision: 283493
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=283493
Log:
Changes the default behavior for sip.conf's pedantic option from "no" to "yes".
Modified:
branches/1.8/UPGRADE.txt
branches/1.8/channels/sip/include/sip.h
branches/1.8/configs/sip.conf.sample
Modified: branches/1.8/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt?view=diff&rev=283493&r1=283492&r2=283493
==============================================================================
--- branches/1.8/UPGRADE.txt (original)
+++ branches/1.8/UPGRADE.txt Tue Aug 24 15:34:03 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: branches/1.8/channels/sip/include/sip.h
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/sip/include/sip.h?view=diff&rev=283493&r1=283492&r2=283493
==============================================================================
--- branches/1.8/channels/sip/include/sip.h (original)
+++ branches/1.8/channels/sip/include/sip.h Tue Aug 24 15:34:03 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: branches/1.8/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/sip.conf.sample?view=diff&rev=283493&r1=283492&r2=283493
==============================================================================
--- branches/1.8/configs/sip.conf.sample (original)
+++ branches/1.8/configs/sip.conf.sample Tue Aug 24 15:34:03 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