[Home]

Summary:ASTERISK-03623: [patch] adds ability to limit more manager events
Reporter:cmaj (cmaj)Labels:
Date Opened:2005-03-03 09:02:35.000-0600Date Closed:2008-01-15 15:31:19.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue_events_and_urls.diff1.txt
( 1) app_queue_events_and_urls.diff2.txt
Description:I was flooded by QueueMemberStatus events, but I didn't really need them.  This adds a new option to agents.conf, "eventmemberstatus", which although on by default to accomodate legacy behaviour, will eliminate these events.  Besides a documentation update to the sample agents.conf, this patch also adds an Url: field to the manager AgentConnect event.

****** ADDITIONAL INFORMATION ******

Disclaimer on file.
Comments:By: cmaj (cmaj) 2005-03-03 09:12:02.000-0600

I meant queus.conf not agents.conf

By: Mark Spencer (markster) 2005-03-03 10:56:07.000-0600

How is it on by default?  I don't see anything that sets that flag...

By: Olle Johansson (oej) 2005-03-16 13:35:56.000-0600

We are waiting for feedback... /Housekeeping

By: cmaj (cmaj) 2005-03-28 14:39:00.000-0600

I updated the patch to match with current CVS and set the default flag to be yes explicitly.  Oops.

By: nick (nick) 2005-04-10 16:09:22

Is this ready for CVS?

By: Brian West (bkw918) 2005-04-10 18:04:48

Why not set an event mask?  I'm sure that does what you want and not many people even know its there.

/b

By: Brian West (bkw918) 2005-04-10 18:05:39

yep

/*                                                                                                                                                  
  Rather than braindead on,off this now can also accept a specific int mask value                                                                  
  or a ',' delim list of mask strings (the same as manager.conf) -anthm                                                                            
*/

No need for a patch really.

/b

By: Mark Spencer (markster) 2005-04-10 21:14:48

Updated for latest CVS and added to head.

By: Russell Bryant (russell) 2005-04-15 02:51:26

not included in 1.0 since it is a new feature

By: Digium Subversion (svnbot) 2008-01-15 15:31:19.000-0600

Repository: asterisk
Revision: 5444

U   trunk/apps/app_queue.c
U   trunk/configs/queues.conf.sample

------------------------------------------------------------------------
r5444 | markster | 2008-01-15 15:31:19 -0600 (Tue, 15 Jan 2008) | 2 lines

Add option to mask certain high frequency events (bug ASTERISK-3623)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5444