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

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jun 17 10:22:35 CDT 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17520 
====================================================================== 
Reported By:                kobaz
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17520
Category:                   Core/ManagerInterface
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 271133 
Request Review:              
====================================================================== 
Date Submitted:             2010-06-17 10:22 CDT
Last Modified:              2010-06-17 10:22 CDT
====================================================================== 
Summary:                    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)


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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-17 10:22 kobaz          New Issue                                    
2010-06-17 10:22 kobaz          Asterisk Version          => SVN             
2010-06-17 10:22 kobaz          Regression                => No              
2010-06-17 10:22 kobaz          SVN Branch (only for SVN checkouts, not tarball
releases) =>  trunk          
2010-06-17 10:22 kobaz          SVN Revision (number only!) => 271133          
======================================================================




More information about the asterisk-bugs mailing list