[Home]

Summary:ASTERISK-05062: user events are sent with EVENT_FLAG_CALL instead of EVENT_FLAG_USER
Reporter:Stefan Reuter (srt)Labels:
Date Opened:2005-09-12 18:27:20Date Closed:2008-01-15 15:47:57.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_userevent
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) user_event_flag.patch
Description:user envents are currently sent with EVENT_FLAG_CALL instead of EVENT_FLAG_USER rendering EVENT_FLAG_USER useless.
The attached patch changes this and allows to adjust permission for user events on a per user basis through manager.conf.
Comments:By: Russell Bryant (russell) 2005-09-13 19:38:53

fixed in cvs head, thanks!

By: Russell Bryant (russell) 2005-09-13 19:41:54

fixed in 1.0 as well

By: Digium Subversion (svnbot) 2008-01-15 15:47:56.000-0600

Repository: asterisk
Revision: 6571

U   trunk/apps/app_userevent.c

------------------------------------------------------------------------
r6571 | russell | 2008-01-15 15:47:55 -0600 (Tue, 15 Jan 2008) | 2 lines

ensure that user events are identified with the correct type (issue ASTERISK-5062)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:47:57.000-0600

Repository: asterisk
Revision: 6572

U   branches/v1-0/CHANGES
U   branches/v1-0/apps/app_userevent.c

------------------------------------------------------------------------
r6572 | russell | 2008-01-15 15:47:56 -0600 (Tue, 15 Jan 2008) | 2 lines

ensure that user events are correctly identified (issue ASTERISK-5062)

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

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