[Asterisk-cvs] asterisk/include/asterisk channel.h,1.18,1.19

martinp at lists.digium.com martinp at lists.digium.com
Thu Sep 4 22:59:48 CDT 2003


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv20530/include/asterisk

Modified Files:
	channel.h 
Log Message:
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.


Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** channel.h	28 Aug 2003 20:02:10 -0000	1.18
--- channel.h	5 Sep 2003 04:00:57 -0000	1.19
***************
*** 153,156 ****
--- 153,158 ----
  	/*! Malloc'd RDNIS */
  	char *rdnis;
+ 	/*! Hide callerid from user */
+ 	int restrictcid;
  
  	




More information about the svn-commits mailing list