diff --git a/utils/astman.c b/utils/astman.c index 733f377b38f20a9cf9f1a6d34c94f96153165aae..5ce0d15efb9943b272b04d3b6e867b73a49d0f64 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)