From: James Golovich Date: Sun, 15 Feb 2004 07:17:37 +0000 (+0000) Subject: Make astman ignore 'StatusComplete' events. X-Git-Tag: 1.0.0-rc1~1086 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2655e5c7b96e2db533e2fcc7f33c3b70f4046a51;p=thirdparty%2Fasterisk.git Make astman ignore 'StatusComplete' events. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2171 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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)