[asterisk-commits] rmudgett: branch group/CCSS r244033 - /team/group/CCSS/channels/sig_pri.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jan 28 18:35:54 CST 2010
Author: rmudgett
Date: Thu Jan 28 18:35:51 2010
New Revision: 244033
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=244033
Log:
Use the correct define flag for PRI debug defines.
Modified:
team/group/CCSS/channels/sig_pri.h
Modified: team/group/CCSS/channels/sig_pri.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/sig_pri.h?view=diff&rev=244033&r1=244032&r2=244033
==============================================================================
--- team/group/CCSS/channels/sig_pri.h (original)
+++ team/group/CCSS/channels/sig_pri.h Thu Jan 28 18:35:51 2010
@@ -35,7 +35,7 @@
#define HAVE_PRI_CCSS 1
#endif /* defined(PRI_SUBCMD_CC_AVAILABLE) */
-#if defined(PRI_SUBCMD_CC_AVAILABLE)
+#if defined(HAVE_PRI_CCSS)
/*! PRI debug message flags when normal PRI debugging is turned on at the command line. */
#define SIG_PRI_DEBUG_NORMAL \
(PRI_DEBUG_APDU | PRI_DEBUG_Q931_DUMP | PRI_DEBUG_Q931_STATE | PRI_DEBUG_Q921_STATE \
@@ -56,7 +56,7 @@
#define SIG_PRI_DEBUG_INTENSE \
(PRI_DEBUG_APDU | PRI_DEBUG_Q931_DUMP | PRI_DEBUG_Q931_STATE | PRI_DEBUG_Q921_STATE \
| PRI_DEBUG_Q921_RAW | PRI_DEBUG_Q921_DUMP)
-#endif /* !defined(PRI_SUBCMD_CC_AVAILABLE) */
+#endif /* !defined(HAVE_PRI_CCSS) */
#if 0
/*! PRI debug message flags set on initial startup. */
More information about the asterisk-commits
mailing list