mirror of
https://github.com/jambonz/freeswitch-modules.git
synced 2025-12-19 08:57:44 +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;
|
else if (customModel) oss << "&model=" << customModel;
|
||||||
|
|
||||||
if (var = switch_channel_get_variable(channel, "DEEPGRAM_SPEECH_MODEL_VERSION")) {
|
if (var = switch_channel_get_variable(channel, "DEEPGRAM_SPEECH_MODEL_VERSION")) {
|
||||||
oss << "&version";
|
oss << "&version=";
|
||||||
oss << var;
|
oss << var;
|
||||||
}
|
}
|
||||||
oss << "&language=";
|
oss << "&language=";
|
||||||
|
|||||||
Reference in New Issue
Block a user