summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2008-11-24 21:56:22 +0000
committerMatthew Nicholson <mnicholson@digium.com>2008-11-24 21:56:22 +0000
commitf3d086256c334a94b1f763f1e73c5805607a1154 (patch)
treee1988cd96b4047cde44e1267e445e78335ec3749 /include
parent455284ebc1ac276f5d7a93c636ca18530628d14c (diff)
Added EVENT_FLAG_AGI and used it for manager calls in res_agi.c
(closes issue #13873) Reported by: fnordian Patches: ami_agievent.patch uploaded by fnordian (license 110) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158876 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index fa1d27292..12e23e164 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -71,6 +71,7 @@
#define EVENT_FLAG_CDR (1 << 10) /* CDR events */
#define EVENT_FLAG_DIALPLAN (1 << 11) /* Dialplan events (VarSet, NewExten) */
#define EVENT_FLAG_ORIGINATE (1 << 12) /* Originate a call to an extension */
+#define EVENT_FLAG_AGI (1 << 13) /* AGI events */
/*@} */
/*! \brief Export manager structures */