mirror of
https://github.com/jambonz/freeswitch-modules.git
synced 2025-12-18 22:27:43 +00:00
https://github.com/jambonz/jambonz-feature-server/issues/856 Signed-off-by: rammohan-kore <rammohan.yadavalli@kore.com>
This commit is contained in:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user