From 420ccd47829d8eb4d6bf5df806ff4d35a4fc346b Mon Sep 17 00:00:00 2001 From: citats Date: Sun, 15 Feb 2004 07:17:37 +0000 Subject: Make astman ignore 'StatusComplete' events. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2171 f38db490-d61c-443f-a65b-d21fe96a405b --- astman/astman.c | 1 + 1 file changed, 1 insertion(+) (limited to 'astman') diff --git a/astman/astman.c b/astman/astman.c index f7ce241ac..5ed355265 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) -- cgit v1.2.3