diff --git a/channels/sip/include/sip.h b/channels/sip/include/sip.h index b0134d1c04f98a5668d24ff449febf408bcedbf6..fe2933bfa7227bc21871f84b3750da008978d3ce 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 /*@}*/