aboutsummaryrefslogtreecommitdiffstats
path: root/utils/astman.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 23:11:55 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 23:11:55 +0000
commit2fad9467dc89be9d6bbe0dccb94149e15633f4bd (patch)
treea7953888b5fc27a0b4bfaf461ecace0e3f27eaf0 /utils/astman.c
parent72b0ad773c78b743cdb19b39627bc7315e33ac0a (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: http://svn.digium.com/svn/asterisk/trunk@46541 f38db490-d61c-443f-a65b-d21fe96a405b
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 }
};