mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
fix gather bug
This commit is contained in:
@@ -111,7 +111,7 @@ class TaskGather extends Task {
|
|||||||
if (!this.killed) startListening(cs, ep);
|
if (!this.killed) startListening(cs, ep);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else this._startTimer();
|
else this.startListening();
|
||||||
|
|
||||||
if (this.input.includes('speech') && this.listenDuringPrompt) {
|
if (this.input.includes('speech') && this.listenDuringPrompt) {
|
||||||
await this._initSpeech(cs, ep);
|
await this._initSpeech(cs, ep);
|
||||||
|
|||||||
Reference in New Issue
Block a user