diff --git a/lib/session/call-session.js b/lib/session/call-session.js index 06bf46c1..d7c17298 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -1192,7 +1192,7 @@ class CallSession extends Emitter { } _onCommand({msgid, command, call_sid, queueCommand, data}) { - this.logger.info({msgid, command, queueCommand}, 'CallSession:_onCommand - received command'); + this.logger.info({msgid, command, queueCommand, data}, 'CallSession:_onCommand - received command'); const resolution = {reason: 'received command', queue: queueCommand, command}; switch (command) { case 'redirect':