[Asterisk-cvs] asterisk/include/asterisk channel.h,1.22,1.23

martinp at lists.digium.com martinp at lists.digium.com
Wed Oct 1 10:58:16 CDT 2003


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

Modified Files:
	channel.h 
Log Message:
Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we would take the presentation mode and send it to outbound call.


Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- channel.h	22 Sep 2003 15:27:09 -0000	1.22
+++ channel.h	1 Oct 2003 15:59:26 -0000	1.23
@@ -155,6 +155,8 @@
 	char *rdnis;
 	/*! Hide callerid from user */
 	int restrictcid;
+	/*! Callerid presentation/screening */
+	int callingpres;
 
 	
 	/*! Current extension context */




More information about the svn-commits mailing list