[Home]

Summary:ASTERISK-24677: ARI GET variable on channel provides unhelpful response on non-existent variable
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2015-01-12 07:44:48.000-0600Date Closed:2015-02-21 14:48:57.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_ari_channels
Versions:13.1.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The GET /channels/{channelId}/variable operation in ARI currently combines a memory allocation failure and the variable not being found into an "Allocation failed" error response. From a user perspective this is not helpful and can cause confusion. In my opinion it should respond with a different error response if the variable is not found.
Comments: