summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/manager.c b/main/manager.c
index 5baa53bcc..43be08e60 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -990,6 +990,7 @@ static const struct permalias {
{ EVENT_FLAG_ORIGINATE, "originate" },
{ EVENT_FLAG_AGI, "agi" },
{ EVENT_FLAG_CC, "cc" },
+ { EVENT_FLAG_AOC, "aoc" },
{ INT_MAX, "all" },
{ 0, "none" },
};