[asterisk-commits] rmudgett: trunk r306791 - /trunk/channels/sig_pri.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Feb 7 18:26:05 CST 2011


Author: rmudgett
Date: Mon Feb  7 18:26:01 2011
New Revision: 306791

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=306791
Log:
Use correct conditional for MCID send.

Modified:
    trunk/channels/sig_pri.h

Modified: trunk/channels/sig_pri.h
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sig_pri.h?view=diff&rev=306791&r1=306790&r2=306791
==============================================================================
--- trunk/channels/sig_pri.h (original)
+++ trunk/channels/sig_pri.h Mon Feb  7 18:26:01 2011
@@ -402,10 +402,10 @@
 	 * appended to the initial_user_tag[].
 	 */
 	unsigned int append_msn_to_user_tag:1;
-#if defined(HAVE_PRI_CALL_WAITING)
+#if defined(HAVE_PRI_MCID)
 	/*! \brief TRUE if allow sending MCID request on this span. */
 	unsigned int mcid_send:1;
-#endif	/* defined(HAVE_PRI_CALL_WAITING) */
+#endif	/* defined(HAVE_PRI_MCID) */
 	int dialplan;							/*!< Dialing plan */
 	int localdialplan;						/*!< Local dialing plan */
 	int cpndialplan;						/*!< Connected party dialing plan */




More information about the asterisk-commits mailing list