Browse Source

MSPB-61: Include timestamp in SmartPBX email reports (#174)

Co-authored-by: wildernesstechie <37710322+wildernesstechie@users.noreply.github.com>
4.3
Joris Tirado 6 years ago
committed by GitHub
parent
commit
9e5cd3df20
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      submodules/callLogs/callLogs.js

+ 1
- 0
submodules/callLogs/callLogs.js View File

@ -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')) {


Loading…
Cancel
Save