mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-22 01:27:55 +00:00
bugfix: vad was not enabled on config verb, restart STT on empty transcript in gather
This commit is contained in:
@@ -236,7 +236,6 @@ class CallSession extends Emitter {
|
||||
|
||||
async enableBotMode(gather, autoEnable) {
|
||||
try {
|
||||
gather.timeout = 0; // background gathers should not timeout
|
||||
const t = normalizeJambones(this.logger, [gather]);
|
||||
this.backgroundGatherTask = makeTask(this.logger, t[0]);
|
||||
this.backgroundGatherTask
|
||||
|
||||
Reference in New Issue
Block a user