mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
adding log for issue freshdesk 1600
This commit is contained in:
@@ -67,6 +67,9 @@ class TaskPlay extends Task {
|
||||
this.logger.debug(`Play got kill-playback, executing uuid_break, taskId: ${t?.taskId}`);
|
||||
this.ep.api('uuid_break', this.ep.uuid).catch((err) => this.logger.info(err, 'Error killing audio'));
|
||||
this.notifyStatus({event: 'kill-playback'});
|
||||
} else {
|
||||
this.logger.debug(
|
||||
`Play received uuid_break for different taskId: ${t?.taskId}, current taskId: ${this.taskId}`);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user