From f3d086256c334a94b1f763f1e73c5805607a1154 Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Mon, 24 Nov 2008 21:56:22 +0000 Subject: 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 --- include/asterisk/manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ -- cgit v1.2.3