summaryrefslogtreecommitdiff
path: root/utils/astman.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2006-10-19 19:32:25 +0000
committerSteve Murphy <murf@digium.com>2006-10-19 19:32:25 +0000
commitd752a6e521da2ee5951eeee0193728b5ad5550fe (patch)
treef4435ad4bbcc4f0be686dacbc0fe9e2f8e4a0a45 /utils/astman.c
parente7c2295b81654aa5d9adc6295d93ffc7a6215a06 (diff)
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
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 733f377b3..5ce0d15ef 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)