712ce962d09c53e6da89471942df1a5ef048c2dd
[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 _0x4c67=['countnosuchnumberretry','countagentrejectretry','calleridname','calleridnum','number','starttime','responsetime','endtime','ringtime','holdtime','talktime','callback','callbackuniqueid','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','util','lodash','moment','milliseconds','diff','seconds','uniqueid','scheduledat','type','campaigntype','outbound','queue','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countdropretry','countabandonedretry','countmachineretry'];(function(_0x163679,_0xd1c65f){var _0x220ded=function(_0x11e2af){while(--_0x11e2af){_0x163679['push'](_0x163679['shift']());}};_0x220ded(++_0xd1c65f);}(_0x4c67,0x1cd));var _0x74c6=function(_0xab392b,_0xc05312){_0xab392b=_0xab392b-0x0;var _0x56a77a=_0x4c67[_0xab392b];return _0x56a77a;};'use strict';var util=require(_0x74c6('0x0'));var _=require(_0x74c6('0x1'));var moment=require(_0x74c6('0x2'));function getSeconds(_0xfb1b91,_0x3b6b7b){var _0x382860=moment(_0xfb1b91)[_0x74c6('0x3')](0x0);var _0x3ade11=moment(_0x3b6b7b)[_0x74c6('0x3')](0x0);return _0x382860[_0x74c6('0x4')](_0x3ade11,_0x74c6('0x5'));}function History(_0x1131ae){this[_0x74c6('0x6')]=_0x1131ae[_0x74c6('0x6')];this[_0x74c6('0x7')]=_0x1131ae['scheduledat']||undefined;this[_0x74c6('0x8')]=_0x1131ae[_0x74c6('0x8')];this[_0x74c6('0x9')]=_0x1131ae[_0x74c6('0x8')]===_0x74c6('0xa')?_0x74c6('0xb'):_0x1131ae['type'];this[_0x74c6('0xc')]=_0x1131ae['countbusyretry'];this[_0x74c6('0xd')]=_0x1131ae[_0x74c6('0xd')];this[_0x74c6('0xe')]=_0x1131ae['countnoanswerretry'];this[_0x74c6('0xf')]=_0x1131ae['countbusyretry']+_0x1131ae[_0x74c6('0xd')]+_0x1131ae[_0x74c6('0xe')]+_0x1131ae['countnosuchnumberretry']+_0x1131ae[_0x74c6('0x10')]+_0x1131ae[_0x74c6('0x11')]+_0x1131ae[_0x74c6('0x12')]+_0x1131ae['countagentrejectretry'];this[_0x74c6('0x13')]=_0x1131ae[_0x74c6('0x13')];this[_0x74c6('0x10')]=_0x1131ae['countdropretry'];this[_0x74c6('0x11')]=_0x1131ae['countabandonedretry'];this[_0x74c6('0x12')]=_0x1131ae['countmachineretry'];this[_0x74c6('0x14')]=_0x1131ae[_0x74c6('0x14')];this[_0x74c6('0xb')]=_0x1131ae[_0x74c6('0xb')];this[_0x74c6('0x15')]=_0x1131ae['name'];this[_0x74c6('0x16')]=_0x1131ae[_0x74c6('0x17')];this[_0x74c6('0x18')]=_0x1131ae[_0x74c6('0x18')];this[_0x74c6('0x19')]=_0x1131ae[_0x74c6('0x19')];this[_0x74c6('0x1a')]=_0x1131ae[_0x74c6('0x19')];this[_0x74c6('0x1b')]=getSeconds(_0x1131ae[_0x74c6('0x19')],_0x1131ae['starttime']);this[_0x74c6('0x1c')]=0x0;this[_0x74c6('0x1d')]=0x0;this[_0x74c6('0x1e')]=_0x1131ae[_0x74c6('0x1e')];this[_0x74c6('0x1f')]=_0x1131ae[_0x74c6('0x1f')];this['callbackat']=_0x1131ae['callbackat'];this[_0x74c6('0x20')]=_0x1131ae[_0x74c6('0x20')];this[_0x74c6('0x21')]=_0x1131ae[_0x74c6('0x21')];this[_0x74c6('0x22')]=_0x1131ae[_0x74c6('0x22')];this[_0x74c6('0x23')]=_0x1131ae['UserId'];this[_0x74c6('0x24')]=_0x1131ae['VoiceQueueId'];this[_0x74c6('0x25')]=_0x1131ae['CampaignId'];this[_0x74c6('0x26')]=_0x1131ae['originatecalleridnum']||'';this[_0x74c6('0x27')]=_0x1131ae['originatecalleridname']||'';}module['exports']=History;