From 2655e5c7b96e2db533e2fcc7f33c3b70f4046a51 Mon Sep 17 00:00:00 2001 From: James Golovich Date: Sun, 15 Feb 2004 07:17:37 +0000 Subject: [PATCH] Make astman ignore 'StatusComplete' events. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2171 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- astman/astman.c | 1 + utils/astman.c | 1 + 2 files changed, 2 insertions(+) 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)