aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-05 04:00:57 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-05 04:00:57 +0000
commit72200fa226eb52314349735f9ea712c0add5ec7d (patch)
treeba9c758b3575cc4236d5efa9f2f02d4b20e761d4 /include
parent9a38efea30101623570ef7d4cdc8cdf4100f5aae (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: http://svn.digium.com/svn/asterisk/trunk@1476 f38db490-d61c-443f-a65b-d21fe96a405b
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 */