[Asterisk-cvs] asterisk/include/asterisk adsi.h,1.4,1.5
markster at lists.digium.com
markster at lists.digium.com
Mon Aug 30 01:24:16 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv22003/include/asterisk
Modified Files:
adsi.h
Log Message:
Revert back to 16 so keys are displayed properly (bug #2240)
Index: adsi.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/adsi.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- adsi.h 20 Mar 2004 17:27:10 -0000 1.4
+++ adsi.h 30 Aug 2004 05:27:51 -0000 1.5
@@ -96,8 +96,8 @@
#define ADSI_INFO_PAGE 0x0
#define ADSI_COMM_PAGE 0x1
-#define ADSI_KEY_APPS 20 /* 16 to 33 reserved for applications */
- /* Changed to 20 by MDH */
+#define ADSI_KEY_APPS 16 /* 16 to 33 reserved for applications */
+
/* Justification */
#define ADSI_JUST_LEFT 0x2
#define ADSI_JUST_RIGHT 0x1
More information about the svn-commits
mailing list