summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2004-07-02 22:40:09 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2004-07-02 22:40:09 +0000
commit75d4369dfc6e6d373fa558c91de9bf9e892fec8c (patch)
tree7aaa890e04411db065f6eff94d9611787c69d30a /include
parent3697f7dbcc6c0679bb66bee9b1d45aee2c28a603 (diff)
autodial update
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3377 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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