]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
astman was slightly weirding out over the new Dial and Newcallerid events
authorSteve Murphy <murf@digium.com>
Thu, 19 Oct 2006 19:32:25 +0000 (19:32 +0000)
committerSteve Murphy <murf@digium.com>
Thu, 19 Oct 2006 19:32:25 +0000 (19:32 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45712 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/astman.c

index 733f377b38f20a9cf9f1a6d34c94f96153165aae..5ce0d15efb9943b272b04d3b6e867b73a49d0f64 100644 (file)
@@ -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)