summaryrefslogtreecommitdiff
path: root/utils/astman.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2006-10-30 23:11:55 +0000
committerSteve Murphy <murf@digium.com>2006-10-30 23:11:55 +0000
commit6d81c47801484f9fec138ad17b461975015e28d3 (patch)
treea7953888b5fc27a0b4bfaf461ecace0e3f27eaf0 /utils/astman.c
parent7afa6a1d013c416f21d6464e4b19308f7b973782 (diff)
These changes submitted by moy via bug 6992, to add a Dial 'End' event to asterisk. I include some changes to astman to cover other events that have been added.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46541 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 5ce0d15ef..d3bbef818 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -226,6 +226,8 @@ static struct event {
{ "Unlink", event_ignore },
{ "StatusComplete", event_ignore },
{ "Dial", event_ignore },
+ { "PeerStatus", event_ignore },
+ { "MessageWaiting", event_ignore },
{ "Newcallerid", event_ignore }
};