diff --git a/utils/astman.c b/utils/astman.c index 900e6f759df652abd2586f23028f45ca97771e23..06fe8b3ad2c6ee07c2ccfb0fab2f0d1952435b5a 100644 --- a/utils/astman.c +++ b/utils/astman.c @@ -41,6 +41,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/md5.h" #include "asterisk/linkedlists.h" + #undef gethostbyname #define MAX_HEADERS 80 @@ -234,7 +235,15 @@ static struct event { { "Dial", event_ignore }, { "PeerStatus", 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)