[svn-commits] mnicholson: trunk r332044 - in /trunk: ./ channels/sip/include/sip.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 16 10:21:22 CDT 2011


Author: mnicholson
Date: Tue Aug 16 10:21:18 2011
New Revision: 332044

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=332044
Log:
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
........

Modified:
    trunk/   (props changed)
    trunk/channels/sip/include/sip.h

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Modified: trunk/channels/sip/include/sip.h
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sip/include/sip.h?view=diff&rev=332044&r1=332043&r2=332044
==============================================================================
--- trunk/channels/sip/include/sip.h (original)
+++ trunk/channels/sip/include/sip.h Tue Aug 16 10:21:18 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 svn-commits mailing list