mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
Merge branch 'main' into fix/gh_1248
This commit is contained in:
@@ -258,7 +258,7 @@ class TaskGather extends SttTask {
|
|||||||
startDtmfListener();
|
startDtmfListener();
|
||||||
}
|
}
|
||||||
this._stopVad();
|
this._stopVad();
|
||||||
if (!this.killed) {
|
if (!this.killed && !this.resolved) {
|
||||||
startListening(cs, ep);
|
startListening(cs, ep);
|
||||||
if (this.input.includes('speech') && this.vendor === 'nuance' && this.listenDuringPrompt) {
|
if (this.input.includes('speech') && this.vendor === 'nuance' && this.listenDuringPrompt) {
|
||||||
this.logger.debug('Gather:exec - starting transcription timers after say completes');
|
this.logger.debug('Gather:exec - starting transcription timers after say completes');
|
||||||
@@ -296,7 +296,7 @@ class TaskGather extends SttTask {
|
|||||||
startDtmfListener();
|
startDtmfListener();
|
||||||
}
|
}
|
||||||
this._stopVad();
|
this._stopVad();
|
||||||
if (!this.killed) {
|
if (!this.killed && !this.resolved) {
|
||||||
startListening(cs, ep);
|
startListening(cs, ep);
|
||||||
if (this.input.includes('speech') && this.vendor === 'nuance' && this.listenDuringPrompt) {
|
if (this.input.includes('speech') && this.vendor === 'nuance' && this.listenDuringPrompt) {
|
||||||
this.logger.debug('Gather:exec - starting transcription timers after play completes');
|
this.logger.debug('Gather:exec - starting transcription timers after play completes');
|
||||||
|
|||||||
Reference in New Issue
Block a user