diff --git a/astman/astman.c b/astman/astman.c index f7ce241acc..5ed3552656 100755 --- a/astman/astman.c +++ b/astman/astman.c @@ -170,6 +170,7 @@ static struct event { { "Status", event_status }, { "Link", event_ignore }, { "Unlink", event_ignore }, + { "StatusComplete", event_ignore } }; static int process_message(struct ast_mansession *s, struct message *m) diff --git a/utils/astman.c b/utils/astman.c index f7ce241acc..5ed3552656 100755 --- a/utils/astman.c +++ b/utils/astman.c @@ -170,6 +170,7 @@ static struct event { { "Status", event_status }, { "Link", event_ignore }, { "Unlink", event_ignore }, + { "StatusComplete", event_ignore } }; static int process_message(struct ast_mansession *s, struct message *m)