]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix a code comment
authorMatthew Nicholson <mnicholson@digium.com>
Tue, 16 Aug 2011 15:20:48 +0000 (15:20 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Tue, 16 Aug 2011 15:20:48 +0000 (15:20 +0000)
AST-580

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@332042 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/sip/include/sip.h

index b0134d1c04f98a5668d24ff449febf408bcedbf6..fe2933bfa7227bc21871f84b3750da008978d3ce 100644 (file)
 #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
 /*@}*/