From 9e5cd3df20ccd645657f1b48dafc45d3267af9c4 Mon Sep 17 00:00:00 2001 From: Joris Tirado Date: Fri, 24 Jan 2020 10:05:35 -0800 Subject: [PATCH] MSPB-61: Include timestamp in SmartPBX email reports (#174) Co-authored-by: wildernesstechie <37710322+wildernesstechie@users.noreply.github.com> --- submodules/callLogs/callLogs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/callLogs/callLogs.js b/submodules/callLogs/callLogs.js index 929c5a4..7463188 100644 --- a/submodules/callLogs/callLogs.js +++ b/submodules/callLogs/callLogs.js @@ -424,6 +424,7 @@ define(function(require) { + '%0D%0ACall ID: ' + cdr.call_id + '%0D%0AOther Leg Call ID: ' + (cdr.other_leg_call_id || '') + '%0D%0AHandling Server: ' + (cdr.media_server || '') + + '%0D%0ATimestamp: ' + (cdr.timestamp || '') }; if (cdr.hasOwnProperty('channel_created_time')) {