jambonz / jambonz-webapp

A simple provisioning web app for jambonz
MIT License
5 stars 21 forks source link

Wrong language value stored for Cobalt when editing existing application #325

Closed davehorton closed 1 year ago

davehorton commented 1 year ago

To recreate:

The result is that applications.speech_recognizer_language is set to 'en-US', whereas it should be set to 'en_US-8khz' since the vendor is now Cobalt.

Note: after fixing the bug, make sure the reverse works as well -- if the vendor is then changed back to google and the language dropdown is left at English US the language in the db should then be 'en-US'

xquanluu commented 1 year ago

Closing this As PR merged