6a45bfe0396ac7d8a0dae8454e37d71dc81ed319
[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 _0xa348=['milliseconds','diff','seconds','uniqueid','scheduledat','type','campaigntype','outbound','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countabandonedretry','countmachineretry','countnosuchnumberretry','countdropretry','countagentrejectretry','queue','calleridname','number','starttime','responsetime','ringtime','talktime','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','util','moment'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0xa348,0xb2));var _0x8a34=function(_0x29e2a2,_0x164c94){_0x29e2a2=_0x29e2a2-0x0;var _0x85c59d=_0xa348[_0x29e2a2];return _0x85c59d;};'use strict';var util=require(_0x8a34('0x0'));var _=require('lodash');var moment=require(_0x8a34('0x1'));function getSeconds(_0x524d48,_0x4dfbb8){var _0x5984ce=moment(_0x524d48)[_0x8a34('0x2')](0x0);var _0x3b1db5=moment(_0x4dfbb8)[_0x8a34('0x2')](0x0);return _0x5984ce[_0x8a34('0x3')](_0x3b1db5,_0x8a34('0x4'));}function History(_0x36db04){this[_0x8a34('0x5')]=_0x36db04[_0x8a34('0x5')];this[_0x8a34('0x6')]=_0x36db04[_0x8a34('0x6')]||undefined;this['type']=_0x36db04[_0x8a34('0x7')];this[_0x8a34('0x8')]=_0x36db04[_0x8a34('0x7')]===_0x8a34('0x9')?'queue':_0x36db04[_0x8a34('0x7')];this[_0x8a34('0xa')]=_0x36db04['countbusyretry'];this[_0x8a34('0xb')]=_0x36db04[_0x8a34('0xb')];this[_0x8a34('0xc')]=_0x36db04[_0x8a34('0xc')];this[_0x8a34('0xd')]=_0x36db04[_0x8a34('0xa')]+_0x36db04[_0x8a34('0xb')]+_0x36db04[_0x8a34('0xc')]+_0x36db04['countnosuchnumberretry']+_0x36db04['countdropretry']+_0x36db04[_0x8a34('0xe')]+_0x36db04[_0x8a34('0xf')]+_0x36db04['countagentrejectretry'];this[_0x8a34('0x10')]=_0x36db04[_0x8a34('0x10')];this[_0x8a34('0x11')]=_0x36db04[_0x8a34('0x11')];this[_0x8a34('0xe')]=_0x36db04[_0x8a34('0xe')];this[_0x8a34('0xf')]=_0x36db04[_0x8a34('0xf')];this[_0x8a34('0x12')]=_0x36db04[_0x8a34('0x12')];this['queue']=_0x36db04[_0x8a34('0x13')];this[_0x8a34('0x14')]=_0x36db04['name'];this['calleridnum']=_0x36db04[_0x8a34('0x15')];this[_0x8a34('0x16')]=_0x36db04[_0x8a34('0x16')];this['responsetime']=_0x36db04[_0x8a34('0x17')];this['endtime']=_0x36db04[_0x8a34('0x17')];this[_0x8a34('0x18')]=getSeconds(_0x36db04[_0x8a34('0x17')],_0x36db04[_0x8a34('0x16')]);this['holdtime']=0x0;this[_0x8a34('0x19')]=0x0;this[_0x8a34('0x1a')]=_0x36db04[_0x8a34('0x1a')];this[_0x8a34('0x1b')]=_0x36db04['callbackuniqueid'];this[_0x8a34('0x1c')]=_0x36db04[_0x8a34('0x1c')];this[_0x8a34('0x1d')]=_0x36db04[_0x8a34('0x1d')];this[_0x8a34('0x1e')]=_0x36db04['ContactId'];this[_0x8a34('0x1f')]=_0x36db04[_0x8a34('0x1f')];this['UserId']=_0x36db04['UserId'];this[_0x8a34('0x20')]=_0x36db04[_0x8a34('0x20')];this['CampaignId']=_0x36db04[_0x8a34('0x21')];this[_0x8a34('0x22')]=_0x36db04[_0x8a34('0x22')]||'';this[_0x8a34('0x23')]=_0x36db04[_0x8a34('0x23')]||'';}module['exports']=History;