Built motion from commit (unavailable).|2.5.11
[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 _0xed1c=['name','calleridnum','number','starttime','responsetime','ringtime','holdtime','talktime','callback','callbackuniqueid','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','exports','util','lodash','milliseconds','uniqueid','scheduledat','type','campaigntype','outbound','queue','countbusyretry','countcongestionretry','countnoanswerretry','countnosuchnumberretry','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry'];(function(_0x32d990,_0x342025){var _0xab0933=function(_0x18280c){while(--_0x18280c){_0x32d990['push'](_0x32d990['shift']());}};_0xab0933(++_0x342025);}(_0xed1c,0x7f));var _0xced1=function(_0x4e52b9,_0x3b39b2){_0x4e52b9=_0x4e52b9-0x0;var _0xca4e2a=_0xed1c[_0x4e52b9];return _0xca4e2a;};'use strict';var util=require(_0xced1('0x0'));var _=require(_0xced1('0x1'));var moment=require('moment');function getSeconds(_0x28d91e,_0x1ef0bd){var _0x23be6f=moment(_0x28d91e)[_0xced1('0x2')](0x0);var _0x3ff8a2=moment(_0x1ef0bd)['milliseconds'](0x0);return _0x23be6f['diff'](_0x3ff8a2,'seconds');}function History(_0x3c8b44){this['uniqueid']=_0x3c8b44[_0xced1('0x3')];this['scheduledat']=_0x3c8b44[_0xced1('0x4')]||undefined;this[_0xced1('0x5')]=_0x3c8b44['type'];this[_0xced1('0x6')]=_0x3c8b44[_0xced1('0x5')]===_0xced1('0x7')?_0xced1('0x8'):_0x3c8b44['type'];this['countbusyretry']=_0x3c8b44[_0xced1('0x9')];this[_0xced1('0xa')]=_0x3c8b44[_0xced1('0xa')];this['countnoanswerretry']=_0x3c8b44[_0xced1('0xb')];this['countglobal']=_0x3c8b44[_0xced1('0x9')]+_0x3c8b44[_0xced1('0xa')]+_0x3c8b44[_0xced1('0xb')]+_0x3c8b44[_0xced1('0xc')]+_0x3c8b44[_0xced1('0xd')]+_0x3c8b44[_0xced1('0xe')]+_0x3c8b44[_0xced1('0xf')]+_0x3c8b44[_0xced1('0x10')];this[_0xced1('0xc')]=_0x3c8b44['countnosuchnumberretry'];this['countdropretry']=_0x3c8b44[_0xced1('0xd')];this['countabandonedretry']=_0x3c8b44[_0xced1('0xe')];this[_0xced1('0xf')]=_0x3c8b44[_0xced1('0xf')];this[_0xced1('0x10')]=_0x3c8b44[_0xced1('0x10')];this['queue']=_0x3c8b44[_0xced1('0x8')];this['calleridname']=_0x3c8b44[_0xced1('0x11')];this[_0xced1('0x12')]=_0x3c8b44[_0xced1('0x13')];this[_0xced1('0x14')]=_0x3c8b44[_0xced1('0x14')];this[_0xced1('0x15')]=_0x3c8b44['responsetime'];this['endtime']=_0x3c8b44[_0xced1('0x15')];this[_0xced1('0x16')]=getSeconds(_0x3c8b44['responsetime'],_0x3c8b44[_0xced1('0x14')]);this[_0xced1('0x17')]=0x0;this[_0xced1('0x18')]=0x0;this[_0xced1('0x19')]=_0x3c8b44[_0xced1('0x19')];this[_0xced1('0x1a')]=_0x3c8b44['callbackuniqueid'];this['callbackat']=_0x3c8b44['callbackat'];this[_0xced1('0x1b')]=_0x3c8b44[_0xced1('0x1b')];this[_0xced1('0x1c')]=_0x3c8b44[_0xced1('0x1c')];this[_0xced1('0x1d')]=_0x3c8b44[_0xced1('0x1d')];this[_0xced1('0x1e')]=_0x3c8b44[_0xced1('0x1e')];this['VoiceQueueId']=_0x3c8b44[_0xced1('0x1f')];this[_0xced1('0x20')]=_0x3c8b44[_0xced1('0x20')];this[_0xced1('0x21')]=_0x3c8b44[_0xced1('0x21')]||'';this[_0xced1('0x22')]=_0x3c8b44[_0xced1('0x22')]||'';}module[_0xced1('0x23')]=History;