mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
add minor logging
This commit is contained in:
@@ -346,7 +346,7 @@ class WsRequestor extends BaseRequestor {
|
|||||||
|
|
||||||
_recvCommand(msgid, command, call_sid, queueCommand, data) {
|
_recvCommand(msgid, command, call_sid, queueCommand, data) {
|
||||||
// TODO: validate command
|
// TODO: validate command
|
||||||
//this.logger.debug({msgid, command, call_sid, queueCommand, data}, 'received command');
|
this.logger.debug({msgid, command, call_sid, queueCommand, data}, 'received command');
|
||||||
this.emit('command', {msgid, command, call_sid, queueCommand, data});
|
this.emit('command', {msgid, command, call_sid, queueCommand, data});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user