Built motion from commit b5413ace.|2.6.9
[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 _0x6cb2=['countabandonedretry','countmachineretry','countnosuchnumberretry','countagentrejectretry','queue','calleridname','name','starttime','responsetime','endtime','holdtime','talktime','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridname','exports','lodash','moment','milliseconds','seconds','uniqueid','scheduledat','type','campaigntype','outbound','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countdropretry'];(function(_0x59ca4b,_0x2f851e){var _0xb214a4=function(_0x3b7ba8){while(--_0x3b7ba8){_0x59ca4b['push'](_0x59ca4b['shift']());}};_0xb214a4(++_0x2f851e);}(_0x6cb2,0xf5));var _0x26cb=function(_0x36c5b0,_0x5001da){_0x36c5b0=_0x36c5b0-0x0;var _0xf19333=_0x6cb2[_0x36c5b0];return _0xf19333;};'use strict';var util=require('util');var _=require(_0x26cb('0x0'));var moment=require(_0x26cb('0x1'));function getSeconds(_0x2404b3,_0x351bbd){var _0x56089=moment(_0x2404b3)[_0x26cb('0x2')](0x0);var _0x311591=moment(_0x351bbd)[_0x26cb('0x2')](0x0);return _0x56089['diff'](_0x311591,_0x26cb('0x3'));}function History(_0x19c45e){this['uniqueid']=_0x19c45e[_0x26cb('0x4')];this[_0x26cb('0x5')]=_0x19c45e[_0x26cb('0x5')]||undefined;this['type']=_0x19c45e[_0x26cb('0x6')];this[_0x26cb('0x7')]=_0x19c45e[_0x26cb('0x6')]===_0x26cb('0x8')?'queue':_0x19c45e[_0x26cb('0x6')];this['countbusyretry']=_0x19c45e[_0x26cb('0x9')];this[_0x26cb('0xa')]=_0x19c45e[_0x26cb('0xa')];this[_0x26cb('0xb')]=_0x19c45e[_0x26cb('0xb')];this[_0x26cb('0xc')]=_0x19c45e[_0x26cb('0x9')]+_0x19c45e[_0x26cb('0xa')]+_0x19c45e[_0x26cb('0xb')]+_0x19c45e['countnosuchnumberretry']+_0x19c45e[_0x26cb('0xd')]+_0x19c45e[_0x26cb('0xe')]+_0x19c45e[_0x26cb('0xf')]+_0x19c45e['countagentrejectretry'];this[_0x26cb('0x10')]=_0x19c45e[_0x26cb('0x10')];this[_0x26cb('0xd')]=_0x19c45e[_0x26cb('0xd')];this[_0x26cb('0xe')]=_0x19c45e[_0x26cb('0xe')];this['countmachineretry']=_0x19c45e[_0x26cb('0xf')];this[_0x26cb('0x11')]=_0x19c45e[_0x26cb('0x11')];this[_0x26cb('0x12')]=_0x19c45e[_0x26cb('0x12')];this[_0x26cb('0x13')]=_0x19c45e[_0x26cb('0x14')];this['calleridnum']=_0x19c45e['number'];this[_0x26cb('0x15')]=_0x19c45e['starttime'];this['responsetime']=_0x19c45e[_0x26cb('0x16')];this[_0x26cb('0x17')]=_0x19c45e[_0x26cb('0x16')];this['ringtime']=getSeconds(_0x19c45e[_0x26cb('0x16')],_0x19c45e[_0x26cb('0x15')]);this[_0x26cb('0x18')]=0x0;this[_0x26cb('0x19')]=0x0;this[_0x26cb('0x1a')]=_0x19c45e['callback'];this[_0x26cb('0x1b')]=_0x19c45e[_0x26cb('0x1b')];this['callbackat']=_0x19c45e[_0x26cb('0x1c')];this[_0x26cb('0x1d')]=_0x19c45e[_0x26cb('0x1d')];this[_0x26cb('0x1e')]=_0x19c45e[_0x26cb('0x1e')];this[_0x26cb('0x1f')]=_0x19c45e[_0x26cb('0x1f')];this[_0x26cb('0x20')]=_0x19c45e[_0x26cb('0x20')];this['VoiceQueueId']=_0x19c45e[_0x26cb('0x21')];this[_0x26cb('0x22')]=_0x19c45e[_0x26cb('0x22')];this['originatecalleridnum']=_0x19c45e['originatecalleridnum']||'';this[_0x26cb('0x23')]=_0x19c45e[_0x26cb('0x23')]||'';}module[_0x26cb('0x24')]=History;