From: Matthew Nicholson Date: Tue, 16 Aug 2011 15:20:48 +0000 (+0000) Subject: fix a code comment X-Git-Tag: 10.0.0-beta2~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c98c274f069e0fdba2aebd61fc932b599cc74d60;p=thirdparty%2Fasterisk.git fix a code comment AST-580 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@332042 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/sip/include/sip.h b/channels/sip/include/sip.h index b0134d1c04..fe2933bfa7 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,) for channels by default */ +#define DEFAULT_STORE_SIP_CAUSE FALSE /*!< Don't store HASH(SIP_CAUSE,) for channels by default */ #endif /*@}*/