[Home]

Summary:ASTERISK-28169: ARI /channels/create handler causes core dump
Reporter:sungtae kim (pchero)Labels:
Date Opened:2018-11-16 20:31:25.000-0600Date Closed:2018-11-19 15:09:41.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_ari_channels
Versions:15.6.1 16.0.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:ari/channels/create API causes core dump with Null endpoint parameter request.

{noformat}
$ curl -X POST -u test:test localhost:8088/ari/channels/create\?app=park
curl: (52) Empty reply from server
{noformat}
Comments:By: Asterisk Team (asteriskteam) 2018-11-16 20:31:26.673-0600

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: Friendly Automation (friendly-automation) 2018-11-19 09:38:25.573-0600

Change 10667 merged by Joshua Colp:
res/res_ari: Fix null endpoint handle

[https://gerrit.asterisk.org/10667|https://gerrit.asterisk.org/10667]

By: Friendly Automation (friendly-automation) 2018-11-19 09:38:35.407-0600

Change 10687 merged by Joshua Colp:
res/res_ari: Fix null endpoint handle

[https://gerrit.asterisk.org/10687|https://gerrit.asterisk.org/10687]