aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-02 22:40:09 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-02 22:40:09 +0000
commita5d644afc81be27f8fd17d3bdc93eb7774ddf915 (patch)
tree7aaa890e04411db065f6eff94d9611787c69d30a /include
parentc2a463a19ac227bd26a3e09a90c0cf4b7f6f1e15 (diff)
autodial update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3377 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/cdr.h4
-rwxr-xr-xinclude/asterisk/manager.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 05d50664d..2da5b95dc 100755
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -63,9 +63,9 @@ struct ast_cdr {
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 */
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index d25e150d8..7e3f8d3b7 100755
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -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