9f85ed9f33e19de31ecd6d2d497dfd19b32944f1
[motion2.git] / server / services / ami / dialer / history.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x8515=['starttime','responsetime','endtime','ringtime','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','moment','milliseconds','diff','seconds','uniqueid','scheduledat','type','campaigntype','outbound','queue','countbusyretry','countcongestionretry','countnoanswerretry','countnosuchnumberretry','countabandonedretry','countmachineretry','countagentrejectretry','countdropretry','calleridname','name','calleridnum','number'];(function(_0x431979,_0x2b3eb6){var _0x731032=function(_0x5929a8){while(--_0x5929a8){_0x431979['push'](_0x431979['shift']());}};_0x731032(++_0x2b3eb6);}(_0x8515,0x137));var _0x5851=function(_0x1d128e,_0x2c87de){_0x1d128e=_0x1d128e-0x0;var _0x3d5236=_0x8515[_0x1d128e];return _0x3d5236;};'use strict';var util=require('util');var _=require('lodash');var moment=require(_0x5851('0x0'));function getSeconds(_0x27528e,_0x883c2e){var _0x5b2b39=moment(_0x27528e)[_0x5851('0x1')](0x0);var _0x3259de=moment(_0x883c2e)[_0x5851('0x1')](0x0);return _0x5b2b39[_0x5851('0x2')](_0x3259de,_0x5851('0x3'));}function History(_0x29dfee){this[_0x5851('0x4')]=_0x29dfee[_0x5851('0x4')];this[_0x5851('0x5')]=_0x29dfee[_0x5851('0x5')]||undefined;this[_0x5851('0x6')]=_0x29dfee['type'];this[_0x5851('0x7')]=_0x29dfee['type']===_0x5851('0x8')?_0x5851('0x9'):_0x29dfee[_0x5851('0x6')];this[_0x5851('0xa')]=_0x29dfee[_0x5851('0xa')];this[_0x5851('0xb')]=_0x29dfee[_0x5851('0xb')];this[_0x5851('0xc')]=_0x29dfee[_0x5851('0xc')];this['countglobal']=_0x29dfee['countbusyretry']+_0x29dfee[_0x5851('0xb')]+_0x29dfee[_0x5851('0xc')]+_0x29dfee[_0x5851('0xd')]+_0x29dfee['countdropretry']+_0x29dfee[_0x5851('0xe')]+_0x29dfee[_0x5851('0xf')]+_0x29dfee[_0x5851('0x10')];this[_0x5851('0xd')]=_0x29dfee[_0x5851('0xd')];this[_0x5851('0x11')]=_0x29dfee['countdropretry'];this[_0x5851('0xe')]=_0x29dfee[_0x5851('0xe')];this['countmachineretry']=_0x29dfee['countmachineretry'];this[_0x5851('0x10')]=_0x29dfee[_0x5851('0x10')];this['queue']=_0x29dfee[_0x5851('0x9')];this[_0x5851('0x12')]=_0x29dfee[_0x5851('0x13')];this[_0x5851('0x14')]=_0x29dfee[_0x5851('0x15')];this[_0x5851('0x16')]=_0x29dfee[_0x5851('0x16')];this[_0x5851('0x17')]=_0x29dfee[_0x5851('0x17')];this[_0x5851('0x18')]=_0x29dfee['responsetime'];this[_0x5851('0x19')]=getSeconds(_0x29dfee[_0x5851('0x17')],_0x29dfee[_0x5851('0x16')]);this['holdtime']=0x0;this['talktime']=0x0;this[_0x5851('0x1a')]=_0x29dfee[_0x5851('0x1a')];this[_0x5851('0x1b')]=_0x29dfee[_0x5851('0x1b')];this['callbackat']=_0x29dfee[_0x5851('0x1c')];this['recallme']=_0x29dfee[_0x5851('0x1d')];this[_0x5851('0x1e')]=_0x29dfee[_0x5851('0x1e')];this['ListId']=_0x29dfee[_0x5851('0x1f')];this[_0x5851('0x20')]=_0x29dfee[_0x5851('0x20')];this['VoiceQueueId']=_0x29dfee[_0x5851('0x21')];this[_0x5851('0x22')]=_0x29dfee[_0x5851('0x22')];this[_0x5851('0x23')]=_0x29dfee['originatecalleridnum']||'';this[_0x5851('0x24')]=_0x29dfee['originatecalleridname']||'';}module['exports']=History;