[Asterisk-cvs] asterisk/include/asterisk cdr.h,1.9,1.10 manager.h,1.9,1.10

anthm at lists.digium.com anthm at lists.digium.com
Fri Jul 2 18:54:19 CDT 2004


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

Modified Files:
	cdr.h manager.h 
Log Message:
autodial update

Index: cdr.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/cdr.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cdr.h	28 Jun 2004 03:41:41 -0000	1.9
+++ cdr.h	2 Jul 2004 22:40:09 -0000	1.10
@@ -63,9 +63,9 @@
 	
 	struct timeval end;
 	/*! Total time in system, in seconds */
-	int duration;				
+	int duration;
 	/*! Total time call is up, in seconds */
-	int billsec;				
+	int billsec;
 	/*! What happened to the call */
 	int disposition;			
 	/*! What flags to use */

Index: manager.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/manager.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- manager.h	2 Jun 2004 20:08:08 -0000	1.9
+++ manager.h	2 Jul 2004 22:40:09 -0000	1.10
@@ -48,6 +48,9 @@
 #define EVENT_FLAG_COMMAND		(1 << 4) /* Ability to read/set commands */
 #define EVENT_FLAG_AGENT		(1 << 5) /* Ability to read/set agent info */
 #define EVENT_FLAG_USER                 (1 << 6) /* Ability to read/set user info */
+#define EVENT_FLAG_CUSTOM1                 (1 << 7) /* Ability to read/set user info */
+#define EVENT_FLAG_CUSTOM2                 (1 << 8) /* Ability to read/set user info */
+#define EVENT_FLAG_CUSTOM3                 (1 << 9) /* Ability to read/set user info */
 
 /* Export manager structures */
 #define MAX_HEADERS 80




More information about the svn-commits mailing list