[asterisk-bugs] [Asterisk 0017520]: [patch] EventList start and EventList end manager variables do not match

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jun 23 15:37:07 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17520 
====================================================================== 
Reported By:                kobaz
Assigned To:                pabelanger
====================================================================== 
Project:                    Asterisk
Issue ID:                   17520
Category:                   Core/ManagerInterface
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
JIRA:                       SWP-1719 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 271133 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-06-17 10:22 CDT
Last Modified:              2010-06-23 15:37 CDT
====================================================================== 
Summary:                    [patch] EventList start and EventList end manager
variables do not match
Description: 
In manager.c: astman_send_response_full()... we have


if (listflag) {
  astman_append(s, "Eventlist: %s\r\n", listflag);        /* Start,
complete, cancelled */
}

and i chan_sip.c (and other places)... we have:
       astman_append(s,
                "Event: RegistrationsComplete\r\n"
                "EventList: Complete\r\n"
                "ListItems: %d\r\n"
                "%s"
                "\r\n", total, idtext);

If someone is expecting to look at EventList for the 'start' and
'Complete', they'll never see it for 'start' since, it's Eventlist (no
upper case L)


====================================================================== 

---------------------------------------------------------------------- 
 (0123798) svnbot (reporter) - 2010-06-23 15:37
 https://issues.asterisk.org/view.php?id=17520#c123798 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 272253

_U  branches/1.6.2/
U   branches/1.6.2/main/manager.c

------------------------------------------------------------------------
r272253 | pabelanger | 2010-06-23 15:37:06 -0500 (Wed, 23 Jun 2010) | 15
lines

Merged revisions 272252 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272252 | pabelanger | 2010-06-23 16:35:45 -0400 (Wed, 23 Jun 2010) | 8
lines
  
  Correct manager variable 'EventList' case.
  
  (closes issue https://issues.asterisk.org/view.php?id=17520)
  Reported by: kobaz
  Patches:
        manager.patch uploaded by kobaz (license 834)
  Tested by: lmadsen
........

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-23 15:37 svnbot         Checkin                                      
2010-06-23 15:37 svnbot         Note Added: 0123798                          
======================================================================




More information about the asterisk-bugs mailing list