From: Steve Murphy Date: Thu, 19 Oct 2006 19:32:25 +0000 (+0000) Subject: astman was slightly weirding out over the new Dial and Newcallerid events X-Git-Tag: 1.6.0-beta1~3^2~4333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d752a6e521da2ee5951eeee0193728b5ad5550fe;p=thirdparty%2Fasterisk.git 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 --- diff --git a/utils/astman.c b/utils/astman.c index 733f377b38..5ce0d15efb 100644 --- a/utils/astman.c +++ b/utils/astman.c @@ -224,7 +224,9 @@ static struct event { { "Status", event_status }, { "Link", 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)