[Home]

Summary:ASTERISK-26328: Asterisk 14 has changed the output of the AMI Command Call, and it's now unparseable
Reporter:xrobau (xrobau)Labels:
Date Opened:2016-08-31 12:42:23Date Closed:2016-08-31 13:04:54
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:14.0.0-beta2 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+14

This outlines a change in the response to the AMI 'Command' command.

The removal of the equivalent of the 'end of transmission' terminator, which previously was --END COMMAND--, means that it is no longer possible to determine when a command has completed.

A long running, or verbose command, such as 'queue show' would have to implement a timeout to determine when the command has completed, which may then be non-deterministic if the machine is running slow for other reasons.


Comments:By: Asterisk Team (asteriskteam) 2016-08-31 12:42:24.206-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].

By: Joshua C. Colp (jcolp) 2016-08-31 13:04:54.612-0500

This was discussed in the asterisk-dev IRC channel and after further clarification there doesn't appear to be an issue. If I am incorrect in my understanding comment and this issue will automatically reopen.