mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 22:27:07 +00:00
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:
@@ -152,6 +152,8 @@ struct ast_channel {
|
||||
char *ani;
|
||||
/*! Malloc'd RDNIS */
|
||||
char *rdnis;
|
||||
/*! Hide callerid from user */
|
||||
int restrictcid;
|
||||
|
||||
|
||||
/*! Current extension context */
|
||||
|
Reference in New Issue
Block a user