Skip to content
Snippets Groups Projects
Commit d752a6e5 authored by Steve Murphy's avatar Steve Murphy
Browse files

astman was slightly weirding out over the new Dial and Newcallerid events

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45712 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e7c2295b
Branches
Tags
No related merge requests found
...@@ -224,7 +224,9 @@ static struct event { ...@@ -224,7 +224,9 @@ static struct event {
{ "Status", event_status }, { "Status", event_status },
{ "Link", event_ignore }, { "Link", event_ignore },
{ "Unlink", event_ignore }, { "Unlink", event_ignore },
{ "StatusComplete", event_ignore } { "StatusComplete", event_ignore },
{ "Dial", event_ignore },
{ "Newcallerid", event_ignore }
}; };
static int process_message(struct ast_mansession *s, struct message *m) static int process_message(struct ast_mansession *s, struct message *m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment