mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Ignore some more unused generated events.
(closes issue #12042) Reported by: junky Patches: astman_events.diff uploaded by junky (license 177) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104014 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -41,6 +41,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
#include "asterisk/md5.h"
|
#include "asterisk/md5.h"
|
||||||
#include "asterisk/linkedlists.h"
|
#include "asterisk/linkedlists.h"
|
||||||
|
|
||||||
|
|
||||||
#undef gethostbyname
|
#undef gethostbyname
|
||||||
|
|
||||||
#define MAX_HEADERS 80
|
#define MAX_HEADERS 80
|
||||||
@@ -234,7 +235,15 @@ static struct event {
|
|||||||
{ "Dial", event_ignore },
|
{ "Dial", event_ignore },
|
||||||
{ "PeerStatus", event_ignore },
|
{ "PeerStatus", event_ignore },
|
||||||
{ "MessageWaiting", event_ignore },
|
{ "MessageWaiting", event_ignore },
|
||||||
{ "Newcallerid", event_ignore }
|
{ "Newcallerid", event_ignore },
|
||||||
|
{ "AGIExec", event_ignore},
|
||||||
|
{ "VarSet", event_ignore},
|
||||||
|
{ "MeetmeTalking", event_ignore},
|
||||||
|
{ "MeetmeJoin", event_ignore},
|
||||||
|
{ "MeetmeLeave", event_ignore},
|
||||||
|
{ "MeetmeEnd", event_ignore},
|
||||||
|
{ "MeetmeMute", event_ignore},
|
||||||
|
{ "Masquerade", event_ignore},
|
||||||
};
|
};
|
||||||
|
|
||||||
static int process_message(struct ast_mansession *s, struct message *m)
|
static int process_message(struct ast_mansession *s, struct message *m)
|
||||||
|
Reference in New Issue
Block a user