3a3dfe84b93520564b04cbf0b6a55c4accd8df31
[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 _0x6dba=['countcongestionretry','countglobal','countnoanswerretry','countnosuchnumberretry','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','queue','calleridname','name','calleridnum','starttime','responsetime','endtime','holdtime','talktime','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','exports','util','lodash','moment','milliseconds','diff','seconds','uniqueid','scheduledat','campaigntype','type','outbound','countbusyretry'];(function(_0x4e73fa,_0x26758c){var _0x117728=function(_0x1da722){while(--_0x1da722){_0x4e73fa['push'](_0x4e73fa['shift']());}};_0x117728(++_0x26758c);}(_0x6dba,0x13c));var _0xa6db=function(_0x32e735,_0x518b99){_0x32e735=_0x32e735-0x0;var _0x4b8029=_0x6dba[_0x32e735];return _0x4b8029;};'use strict';var util=require(_0xa6db('0x0'));var _=require(_0xa6db('0x1'));var moment=require(_0xa6db('0x2'));function getSeconds(_0x101622,_0x42330d){var _0x415569=moment(_0x101622)[_0xa6db('0x3')](0x0);var _0xd91d17=moment(_0x42330d)['milliseconds'](0x0);return _0x415569[_0xa6db('0x4')](_0xd91d17,_0xa6db('0x5'));}function History(_0x5b7249){this['uniqueid']=_0x5b7249[_0xa6db('0x6')];this['scheduledat']=_0x5b7249[_0xa6db('0x7')]||undefined;this['type']=_0x5b7249['type'];this[_0xa6db('0x8')]=_0x5b7249[_0xa6db('0x9')]===_0xa6db('0xa')?'queue':_0x5b7249[_0xa6db('0x9')];this[_0xa6db('0xb')]=_0x5b7249[_0xa6db('0xb')];this[_0xa6db('0xc')]=_0x5b7249[_0xa6db('0xc')];this['countnoanswerretry']=_0x5b7249['countnoanswerretry'];this[_0xa6db('0xd')]=_0x5b7249['countbusyretry']+_0x5b7249['countcongestionretry']+_0x5b7249[_0xa6db('0xe')]+_0x5b7249[_0xa6db('0xf')]+_0x5b7249[_0xa6db('0x10')]+_0x5b7249[_0xa6db('0x11')]+_0x5b7249[_0xa6db('0x12')]+_0x5b7249[_0xa6db('0x13')];this['countnosuchnumberretry']=_0x5b7249[_0xa6db('0xf')];this[_0xa6db('0x10')]=_0x5b7249[_0xa6db('0x10')];this[_0xa6db('0x11')]=_0x5b7249[_0xa6db('0x11')];this[_0xa6db('0x12')]=_0x5b7249[_0xa6db('0x12')];this['countagentrejectretry']=_0x5b7249[_0xa6db('0x13')];this[_0xa6db('0x14')]=_0x5b7249['queue'];this[_0xa6db('0x15')]=_0x5b7249[_0xa6db('0x16')];this[_0xa6db('0x17')]=_0x5b7249['number'];this[_0xa6db('0x18')]=_0x5b7249[_0xa6db('0x18')];this['responsetime']=_0x5b7249[_0xa6db('0x19')];this[_0xa6db('0x1a')]=_0x5b7249[_0xa6db('0x19')];this['ringtime']=getSeconds(_0x5b7249[_0xa6db('0x19')],_0x5b7249[_0xa6db('0x18')]);this[_0xa6db('0x1b')]=0x0;this[_0xa6db('0x1c')]=0x0;this[_0xa6db('0x1d')]=_0x5b7249[_0xa6db('0x1d')];this[_0xa6db('0x1e')]=_0x5b7249['callbackuniqueid'];this[_0xa6db('0x1f')]=_0x5b7249[_0xa6db('0x1f')];this['recallme']=_0x5b7249[_0xa6db('0x20')];this[_0xa6db('0x21')]=_0x5b7249[_0xa6db('0x21')];this[_0xa6db('0x22')]=_0x5b7249[_0xa6db('0x22')];this[_0xa6db('0x23')]=_0x5b7249[_0xa6db('0x23')];this[_0xa6db('0x24')]=_0x5b7249[_0xa6db('0x24')];this[_0xa6db('0x25')]=_0x5b7249[_0xa6db('0x25')];this[_0xa6db('0x26')]=_0x5b7249[_0xa6db('0x26')]||'';this[_0xa6db('0x27')]=_0x5b7249[_0xa6db('0x27')]||'';}module[_0xa6db('0x28')]=History;