[Home]

Summary:ASTERISK-04889: manager event reporting cannot be dynamically set
Reporter:Jon Hood (squinky86)Labels:
Date Opened:2005-08-24 11:54:02Date Closed:2008-01-15 15:45:51.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When logging in, if you log in with:
action: login
Username:
Secret:
Events: on

the manager will not report events. If you try:
action: events
eventmask: on

it will still not report events

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

Workaround: to have the manager correctly report events, do not pass an eventmask at login, and do not use the Events action.
Comments:By: Kevin P. Fleming (kpfleming) 2005-08-26 19:02:50

Fixed in CVS HEAD.

By: Digium Subversion (svnbot) 2008-01-15 15:45:51.000-0600

Repository: asterisk
Revision: 6429

U   trunk/manager.c

------------------------------------------------------------------------
r6429 | kpfleming | 2008-01-15 15:45:50 -0600 (Tue, 15 Jan 2008) | 2 lines

ensure that 'Events: On' enables all event types (issue ASTERISK-4889)

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

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