mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user