summaryrefslogtreecommitdiff
path: root/channels/misdn/isdn_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/misdn/isdn_lib.h')
-rw-r--r--channels/misdn/isdn_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/channels/misdn/isdn_lib.h b/channels/misdn/isdn_lib.h
index df11659c3..934be9830 100644
--- a/channels/misdn/isdn_lib.h
+++ b/channels/misdn/isdn_lib.h
@@ -589,6 +589,15 @@ struct misdn_bchannel {
*/
int display_setup;
+ /*!
+ * \brief Select what to do with outgoing COLP information.
+ * \details
+ * 0 - pass (Send out COLP information unaltered.)
+ * 1 - restricted (Force COLP to restricted on all outgoing COLP information.)
+ * 2 - block (Do not send COLP information.)
+ */
+ int outgoing_colp;
+
/*! \brief User set presentation restriction code
* 0=Allowed, 1=Restricted, 2=Unavailable
* \note It is settable by the misdn_set_opt() application.