Make astman ignore 'StatusComplete' events.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich 2004-02-15 07:17:37 +00:00
parent 52be37dd37
commit 2655e5c7b9
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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)