Skip to content
Snippets Groups Projects
Commit 2655e5c7 authored by James Golovich's avatar James Golovich
Browse files

Make astman ignore 'StatusComplete' events.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 52be37dd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment