mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +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:
@@ -336,6 +336,7 @@ static struct permalias {
|
||||
{ EVENT_FLAG_CDR, "cdr" },
|
||||
{ EVENT_FLAG_DIALPLAN, "dialplan" },
|
||||
{ EVENT_FLAG_ORIGINATE, "originate" },
|
||||
{ EVENT_FLAG_AGI, "agi" },
|
||||
{ -1, "all" },
|
||||
{ 0, "none" },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user