[Home]

Summary:ASTERISK-26268: alembic: 'auth_username' not in PJSIP 'identify_by' enum
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2016-08-04 06:50:35Date Closed:2016-08-12 00:00:28
Priority:MajorRegression?No
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:This was discovered by the Jenkins realtime tests. The identify_by option is stored as an enum in Alembic. The auth_username setting has not been added as a valid option so it fails:

{noformat}
sqlalchemy.exc.DataError: (psycopg2.DataError) invalid input value for enum pjsip_identify_by_values: "auth_username"

LINE 1: ...lice', 'alice-auth', 'default', '!all,ulaw,alaw', 'auth_user...
{noformat}
Comments: