summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorMartin Pycko <martinp@digium.com>2003-10-01 15:59:26 +0000
committerMartin Pycko <martinp@digium.com>2003-10-01 15:59:26 +0000
commitcacfd42960591a18dc9238f09dc41069a4210318 (patch)
treed2fe9572f0f87b49cbae57307c226e99f8e5773c /include/asterisk/channel.h
parent8cd100de39390c3c59e55bcffbfb43816a09997f (diff)
Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we would take the presentation mode and send it to outbound call.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1595 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 16a148302..d90be73e6 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -155,6 +155,8 @@ struct ast_channel {
char *rdnis;
/*! Hide callerid from user */
int restrictcid;
+ /*! Callerid presentation/screening */
+ int callingpres;
/*! Current extension context */