summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Pycko <martinp@digium.com>2003-09-05 04:00:57 +0000
committerMartin Pycko <martinp@digium.com>2003-09-05 04:00:57 +0000
commit6e8a0749127130c38c886551fd0d057407a0341a (patch)
treeba9c758b3575cc4236d5efa9f2f02d4b20e761d4 /include
parentfb1c18e6fd124dbd67b60d83e7f0bc7610f1012c (diff)
Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the sip/zap users will have the callerid transmitted as ANI or CALLERID.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-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 5a39a6743..cb56d8a7a 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -152,6 +152,8 @@ struct ast_channel {
char *ani;
/*! Malloc'd RDNIS */
char *rdnis;
+ /*! Hide callerid from user */
+ int restrictcid;
/*! Current extension context */