aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-24 21:56:22 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-24 21:56:22 +0000
commit56aff74a07df2336737f0664f13bc9679cc70571 (patch)
treee1988cd96b4047cde44e1267e445e78335ec3749 /main/manager.c
parent479c11a1ef930640deea9de25024676abd50c0a7 (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: http://svn.digium.com/svn/asterisk/trunk@158876 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/manager.c')
-rw-r--r--main/manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/manager.c b/main/manager.c
index b1ea8a459..4af2b79e1 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -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" },
};