From 110a12d5a581eb2d695dd0343fb3b3ccd89af41e Mon Sep 17 00:00:00 2001 From: rammohan-kore Date: Mon, 12 Aug 2024 18:39:23 +0530 Subject: [PATCH] feat/856: added "=" for version parameter at line #175 (#100) https://github.com/jambonz/jambonz-feature-server/issues/856 Signed-off-by: rammohan-kore --- mod_deepgram_transcribe/dg_transcribe_glue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_deepgram_transcribe/dg_transcribe_glue.cpp b/mod_deepgram_transcribe/dg_transcribe_glue.cpp index 48512a6..f836af9 100644 --- a/mod_deepgram_transcribe/dg_transcribe_glue.cpp +++ b/mod_deepgram_transcribe/dg_transcribe_glue.cpp @@ -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=";