mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user