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
This commit is contained in:
Steve Murphy
2006-10-30 23:11:55 +00:00
parent 7afa6a1d01
commit 6d81c47801
2 changed files with 13 additions and 0 deletions

View File

@@ -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 }
};