[Home]

Summary:ASTERISK-27374: alembic: PJSIP scripts are missing column bundle in ps_endpoints table
Reporter:Florian Floimair (f.floimair)Labels:pjsip
Date Opened:2017-10-25 01:27:02Date Closed:2017-10-30 11:44:44
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:15.0.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Debian 9 amd64Attachments:
Description:git commit 065c3005ad92 added the bundle option to res_pjsip, however this change never made it to the alembic scripts and therefore the ps_endpoint table is missing a column for it.

This is obvious when trying to use ARI to create PJSIP endpoints which will show a similar error on the CLI than in ASTERISK-27168 due to a mismatch in parameters between JSON and the generated SQL statement.

I will upload a patch for the alembic scripts today that fixes this issue.
Comments:By: Asterisk Team (asteriskteam) 2017-10-25 01:27:03.246-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: Friendly Automation (friendly-automation) 2017-10-30 11:44:44.685-0500

Change 6903 merged by Jenkins2:
alembic: Add bundle column in ps_endpoints table

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

By: Friendly Automation (friendly-automation) 2017-10-30 11:57:43.048-0500

Change 6904 merged by Joshua Colp:
alembic: Add bundle column in ps_endpoints table

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