summaryrefslogtreecommitdiff
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2011-02-08 00:26:01 +0000
committerRichard Mudgett <rmudgett@digium.com>2011-02-08 00:26:01 +0000
commit209a39f4b04fddb07992cb53ba724f3b53e02090 (patch)
treee3cd0367e6effbea49242b6c7fd3b72cdbbbac41 /channels/sig_pri.h
parent49feb747ba9b5c3243a00c9d2e8eb38194882a6b (diff)
Use correct conditional for MCID send.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 1c17eee53..ae2f97c52 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -402,10 +402,10 @@ struct sig_pri_span {
* 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 */