feat/856: added "=" for version parameter at line #175 (#100)

https://github.com/jambonz/jambonz-feature-server/issues/856

Signed-off-by: rammohan-kore <rammohan.yadavalli@kore.com>
This commit is contained in:
rammohan-kore
2024-08-12 18:39:23 +05:30
committed by GitHub
parent fe1e4dcf11
commit 110a12d5a5

View File

@@ -172,7 +172,7 @@ namespace {
else if (customModel) oss << "&model=" << customModel;
if (var = switch_channel_get_variable(channel, "DEEPGRAM_SPEECH_MODEL_VERSION")) {
oss << "&version";
oss << "&version=";
oss << var;
}
oss << "&language=";