aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)