summaryrefslogtreecommitdiff
path: root/channels/sip
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2010-08-24 20:36:35 +0000
committerDavid Vossel <dvossel@digium.com>2010-08-24 20:36:35 +0000
commitbcf5988caf7f5405a64fe3abf63951d07621f375 (patch)
tree8c728fe33a8afa397fb7c047b80c9b08a6f458ee /channels/sip
parentea7ddb38fcf12ee43c9f7dda00703632d304ab39 (diff)
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". ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@283494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sip')
-rw-r--r--channels/sip/include/sip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sip/include/sip.h b/channels/sip/include/sip.h
index cf3c0da69..11996f690 100644
--- a/channels/sip/include/sip.h
+++ b/channels/sip/include/sip.h
@@ -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 */