4e82c71d9d25401ca277b138370318b3a81aaa0f
[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 _0x4951=['calleridnum','starttime','responsetime','endtime','holdtime','callback','callbackuniqueid','callbackat','recallme','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','milliseconds','diff','seconds','uniqueid','scheduledat','type','outbound','queue','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countnosuchnumberretry','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','calleridname','name'];(function(_0x2949a0,_0xb8a8ec){var _0x35d3c9=function(_0x4af564){while(--_0x4af564){_0x2949a0['push'](_0x2949a0['shift']());}};_0x35d3c9(++_0xb8a8ec);}(_0x4951,0x11f));var _0x1495=function(_0x2bf552,_0xbbd4f3){_0x2bf552=_0x2bf552-0x0;var _0x5a7e96=_0x4951[_0x2bf552];return _0x5a7e96;};'use strict';var util=require('util');var _=require('lodash');var moment=require('moment');function getSeconds(_0x34d3c7,_0x3f1daf){var _0x7ec8da=moment(_0x34d3c7)[_0x1495('0x0')](0x0);var _0x403292=moment(_0x3f1daf)[_0x1495('0x0')](0x0);return _0x7ec8da[_0x1495('0x1')](_0x403292,_0x1495('0x2'));}function History(_0x318b1f){this[_0x1495('0x3')]=_0x318b1f[_0x1495('0x3')];this[_0x1495('0x4')]=_0x318b1f['scheduledat']||undefined;this[_0x1495('0x5')]=_0x318b1f[_0x1495('0x5')];this['campaigntype']=_0x318b1f[_0x1495('0x5')]===_0x1495('0x6')?_0x1495('0x7'):_0x318b1f['type'];this[_0x1495('0x8')]=_0x318b1f[_0x1495('0x8')];this[_0x1495('0x9')]=_0x318b1f['countcongestionretry'];this['countnoanswerretry']=_0x318b1f[_0x1495('0xa')];this[_0x1495('0xb')]=_0x318b1f['countbusyretry']+_0x318b1f[_0x1495('0x9')]+_0x318b1f[_0x1495('0xa')]+_0x318b1f[_0x1495('0xc')]+_0x318b1f[_0x1495('0xd')]+_0x318b1f[_0x1495('0xe')]+_0x318b1f['countmachineretry']+_0x318b1f['countagentrejectretry'];this[_0x1495('0xc')]=_0x318b1f['countnosuchnumberretry'];this['countdropretry']=_0x318b1f[_0x1495('0xd')];this[_0x1495('0xe')]=_0x318b1f[_0x1495('0xe')];this['countmachineretry']=_0x318b1f[_0x1495('0xf')];this[_0x1495('0x10')]=_0x318b1f[_0x1495('0x10')];this['queue']=_0x318b1f[_0x1495('0x7')];this[_0x1495('0x11')]=_0x318b1f[_0x1495('0x12')];this[_0x1495('0x13')]=_0x318b1f['number'];this[_0x1495('0x14')]=_0x318b1f['starttime'];this[_0x1495('0x15')]=_0x318b1f[_0x1495('0x15')];this[_0x1495('0x16')]=_0x318b1f[_0x1495('0x15')];this['ringtime']=getSeconds(_0x318b1f['responsetime'],_0x318b1f[_0x1495('0x14')]);this[_0x1495('0x17')]=0x0;this['talktime']=0x0;this['callback']=_0x318b1f[_0x1495('0x18')];this[_0x1495('0x19')]=_0x318b1f[_0x1495('0x19')];this[_0x1495('0x1a')]=_0x318b1f['callbackat'];this[_0x1495('0x1b')]=_0x318b1f[_0x1495('0x1b')];this['ContactId']=_0x318b1f['ContactId'];this[_0x1495('0x1c')]=_0x318b1f[_0x1495('0x1c')];this[_0x1495('0x1d')]=_0x318b1f[_0x1495('0x1d')];this[_0x1495('0x1e')]=_0x318b1f[_0x1495('0x1e')];this[_0x1495('0x1f')]=_0x318b1f[_0x1495('0x1f')];this[_0x1495('0x20')]=_0x318b1f[_0x1495('0x20')]||'';this[_0x1495('0x21')]=_0x318b1f[_0x1495('0x21')]||'';}module['exports']=History;