From d752a6e521da2ee5951eeee0193728b5ad5550fe Mon Sep 17 00:00:00 2001
From: Steve Murphy <murf@digium.com>
Date: Thu, 19 Oct 2006 19:32:25 +0000
Subject: [PATCH] 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
---
 utils/astman.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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)
-- 
GitLab