[asterisk-commits] mnicholson: branch 10 r332042 - /branches/10/channels/sip/include/sip.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Aug 16 10:20:53 CDT 2011
Author: mnicholson
Date: Tue Aug 16 10:20:48 2011
New Revision: 332042
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=332042
Log:
fix a code comment
Modified:
branches/10/channels/sip/include/sip.h
Modified: branches/10/channels/sip/include/sip.h
URL: http://svnview.digium.com/svn/asterisk/branches/10/channels/sip/include/sip.h?view=diff&rev=332042&r1=332041&r2=332042
==============================================================================
--- branches/10/channels/sip/include/sip.h (original)
+++ branches/10/channels/sip/include/sip.h Tue Aug 16 10:20:48 2011
@@ -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
/*@}*/
More information about the asterisk-commits
mailing list