aboutsummaryrefslogtreecommitdiffstats
path: root/utils/astman.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-19 19:32:25 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-19 19:32:25 +0000
commite2c65a7daefebf8475642bbd4a6fde04addf717d (patch)
treef4435ad4bbcc4f0be686dacbc0fe9e2f8e4a0a45 /utils/astman.c
parent9fc4cf698021a5475a69745a1595feab4e439f13 (diff)
astman was slightly weirding out over the new Dial and Newcallerid events
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@45712 f38db490-d61c-443f-a65b-d21fe96a405b
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)