[asterisk-bugs] [JIRA] (ASTERISK-26268) alembic: 'auth_username' not in PJSIP 'identify_by' enum

Joshua Colp (JIRA) noreply at issues.asterisk.org
Thu Aug 4 06:50:56 CDT 2016


Joshua Colp created ASTERISK-26268:
--------------------------------------

             Summary: alembic: 'auth_username' not in PJSIP 'identify_by' enum
                 Key: ASTERISK-26268
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26268
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
            Reporter: Joshua Colp


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}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list