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
This commit is contained in:
Martin Pycko
2003-09-05 04:00:57 +00:00
parent fb1c18e6fd
commit 6e8a074912
4 changed files with 24 additions and 1 deletions

View File

@@ -152,6 +152,8 @@ struct ast_channel {
char *ani;
/*! Malloc'd RDNIS */
char *rdnis;
/*! Hide callerid from user */
int restrictcid;
/*! Current extension context */