]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make astman ignore 'StatusComplete' events.
authorJames Golovich <james@gnuinter.net>
Sun, 15 Feb 2004 07:17:37 +0000 (07:17 +0000)
committerJames Golovich <james@gnuinter.net>
Sun, 15 Feb 2004 07:17:37 +0000 (07:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2171 65c4cc65-6c06-0410-ace0-fbb531ad65f3

astman/astman.c
utils/astman.c

index f7ce241accc37fc6382fce480b8202d3a2c60346..5ed35526562b924b380fd2c13d73cb212659808f 100755 (executable)
@@ -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)
index f7ce241accc37fc6382fce480b8202d3a2c60346..5ed35526562b924b380fd2c13d73cb212659808f 100755 (executable)
@@ -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)