summaryrefslogtreecommitdiff
path: root/channels/sip
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-08-16 15:21:18 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-08-16 15:21:18 +0000
commitea5262eeb573e1ab64708ac64afa7abd78cedb29 (patch)
tree8c5335ef60ecbbf6c4315e554efd1b1b9df9e149 /channels/sip
parent052ece39ee054740e4eb0aa52c3becc9c05c21dc (diff)
Merged revisions 332042 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ........ r332042 | mnicholson | 2011-08-16 10:20:48 -0500 (Tue, 16 Aug 2011) | 2 lines fix a code comment AST-580 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@332044 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 b0134d1c0..fe2933bfa 100644
--- a/channels/sip/include/sip.h
+++ b/channels/sip/include/sip.h
@@ -222,7 +222,7 @@
#define DEFAULT_SDPSESSION "Asterisk PBX" /*!< Default SDP session name, (s=) header unless re-defined in sip.conf */
#define DEFAULT_SDPOWNER "root" /*!< Default SDP username field in (o=) header unless re-defined in sip.conf */
#define DEFAULT_ENGINE "asterisk" /*!< Default RTP engine to use for sessions */
-#define DEFAULT_STORE_SIP_CAUSE FALSE /*!< Store HASH(SIP_CAUSE,<channel name>) for channels by default */
+#define DEFAULT_STORE_SIP_CAUSE FALSE /*!< Don't store HASH(SIP_CAUSE,<channel name>) for channels by default */
#endif
/*@}*/