mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
add more logs
This commit is contained in:
@@ -25,7 +25,7 @@ class TaskGather extends Task {
|
|||||||
this.minBargeinWordCount = this.data.minBargeinWordCount || 1;
|
this.minBargeinWordCount = this.data.minBargeinWordCount || 1;
|
||||||
// this is specially for barge in where we want to make a bargebale promt
|
// this is specially for barge in where we want to make a bargebale promt
|
||||||
// to a user without listening after the say task has finished
|
// to a user without listening after the say task has finished
|
||||||
this.logger({opts}, 'created gather task');
|
this.logger.debug({opts}, 'created gather task');
|
||||||
this.listenAfterSpeech = this.data.listenAfterSpeech === false;
|
this.listenAfterSpeech = this.data.listenAfterSpeech === false;
|
||||||
this.timeout = (this.timeout || 15) * 1000;
|
this.timeout = (this.timeout || 15) * 1000;
|
||||||
this.interim = this.partialResultCallback || this.bargein;
|
this.interim = this.partialResultCallback || this.bargein;
|
||||||
|
|||||||
Reference in New Issue
Block a user