Summary: | ASTERISK-25954: Manager QueueSummary and QueueStatus Actions are case sensitive to QueueName | ||
Reporter: | Javier Acosta (DarkS) | Labels: | |
Date Opened: | 2016-04-25 06:26:30 | Date Closed: | 2016-04-26 09:48:50 |
Priority: | Major | Regression? | |
Status: | Closed/Complete | Components: | Applications/app_queue |
Versions: | 13.7.2 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | When set a filter to a specific queue in QueueSummary or QueueStatus there are a problem with case sensitive in string comparison.
in CLI you can do "queue show test" or "queue show TEST" retrieving queue "Test", but in the AMI the action "QueueStatus Queue:test" not retrieve any queue because is case sensitive (in CLI make LIKE in realtime engine and in the AMI strcmp is performed). | ||
Comments: | By: Asterisk Team (asteriskteam) 2016-04-25 06:26:31.086-0500 Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report. Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process]. |