mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Use correct conditional for MCID send.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -402,10 +402,10 @@ struct sig_pri_span {
|
|||||||
* appended to the initial_user_tag[].
|
* appended to the initial_user_tag[].
|
||||||
*/
|
*/
|
||||||
unsigned int append_msn_to_user_tag:1;
|
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. */
|
/*! \brief TRUE if allow sending MCID request on this span. */
|
||||||
unsigned int mcid_send:1;
|
unsigned int mcid_send:1;
|
||||||
#endif /* defined(HAVE_PRI_CALL_WAITING) */
|
#endif /* defined(HAVE_PRI_MCID) */
|
||||||
int dialplan; /*!< Dialing plan */
|
int dialplan; /*!< Dialing plan */
|
||||||
int localdialplan; /*!< Local dialing plan */
|
int localdialplan; /*!< Local dialing plan */
|
||||||
int cpndialplan; /*!< Connected party dialing plan */
|
int cpndialplan; /*!< Connected party dialing plan */
|
||||||
|
Reference in New Issue
Block a user