mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 158876 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r158876 | mnicholson | 2008-11-24 15:56:22 -0600 (Mon, 24 Nov 2008) | 7 lines 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/branches/1.6.1@158894 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