mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
wip: implemented listen, transcribe, play
This commit is contained in:
@@ -31,7 +31,7 @@ class TaskSay extends Task {
|
||||
text: this.text
|
||||
});
|
||||
} catch (err) {
|
||||
if (err.message !== 'hangup') this.logger.info(err, 'TaskSay:exec error');
|
||||
this.logger.info(err, 'TaskSay:exec error');
|
||||
}
|
||||
this.emit('playDone');
|
||||
this.sayComplete = true;
|
||||
|
||||
Reference in New Issue
Block a user