Built motion from commit (unavailable).|2.5.8
[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 _0x615a=['starttime','responsetime','endtime','ringtime','talktime','callback','callbackuniqueid','callbackat','recallme','ContactId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','exports','util','moment','milliseconds','diff','seconds','uniqueid','scheduledat','type','campaigntype','outbound','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','queue','calleridname','name','calleridnum','number'];(function(_0x18025e,_0x5e0159){var _0x50249b=function(_0x491790){while(--_0x491790){_0x18025e['push'](_0x18025e['shift']());}};_0x50249b(++_0x5e0159);}(_0x615a,0x119));var _0xa615=function(_0x45dbe3,_0xd2bf96){_0x45dbe3=_0x45dbe3-0x0;var _0x1e71cf=_0x615a[_0x45dbe3];return _0x1e71cf;};'use strict';var util=require(_0xa615('0x0'));var _=require('lodash');var moment=require(_0xa615('0x1'));function getSeconds(_0x5b0d82,_0x7e1c17){var _0x33c100=moment(_0x5b0d82)[_0xa615('0x2')](0x0);var _0x11fd6e=moment(_0x7e1c17)['milliseconds'](0x0);return _0x33c100[_0xa615('0x3')](_0x11fd6e,_0xa615('0x4'));}function History(_0x50912e){this[_0xa615('0x5')]=_0x50912e['uniqueid'];this[_0xa615('0x6')]=_0x50912e[_0xa615('0x6')]||undefined;this[_0xa615('0x7')]=_0x50912e[_0xa615('0x7')];this[_0xa615('0x8')]=_0x50912e['type']===_0xa615('0x9')?'queue':_0x50912e[_0xa615('0x7')];this[_0xa615('0xa')]=_0x50912e['countbusyretry'];this[_0xa615('0xb')]=_0x50912e[_0xa615('0xb')];this[_0xa615('0xc')]=_0x50912e[_0xa615('0xc')];this[_0xa615('0xd')]=_0x50912e['countbusyretry']+_0x50912e['countcongestionretry']+_0x50912e[_0xa615('0xc')]+_0x50912e['countnosuchnumberretry']+_0x50912e[_0xa615('0xe')]+_0x50912e[_0xa615('0xf')]+_0x50912e[_0xa615('0x10')]+_0x50912e[_0xa615('0x11')];this['countnosuchnumberretry']=_0x50912e['countnosuchnumberretry'];this[_0xa615('0xe')]=_0x50912e[_0xa615('0xe')];this[_0xa615('0xf')]=_0x50912e[_0xa615('0xf')];this[_0xa615('0x10')]=_0x50912e[_0xa615('0x10')];this[_0xa615('0x11')]=_0x50912e[_0xa615('0x11')];this[_0xa615('0x12')]=_0x50912e[_0xa615('0x12')];this[_0xa615('0x13')]=_0x50912e[_0xa615('0x14')];this[_0xa615('0x15')]=_0x50912e[_0xa615('0x16')];this[_0xa615('0x17')]=_0x50912e[_0xa615('0x17')];this[_0xa615('0x18')]=_0x50912e[_0xa615('0x18')];this[_0xa615('0x19')]=_0x50912e['responsetime'];this[_0xa615('0x1a')]=getSeconds(_0x50912e['responsetime'],_0x50912e[_0xa615('0x17')]);this['holdtime']=0x0;this[_0xa615('0x1b')]=0x0;this['callback']=_0x50912e[_0xa615('0x1c')];this[_0xa615('0x1d')]=_0x50912e['callbackuniqueid'];this[_0xa615('0x1e')]=_0x50912e[_0xa615('0x1e')];this[_0xa615('0x1f')]=_0x50912e[_0xa615('0x1f')];this[_0xa615('0x20')]=_0x50912e[_0xa615('0x20')];this['ListId']=_0x50912e['ListId'];this[_0xa615('0x21')]=_0x50912e[_0xa615('0x21')];this[_0xa615('0x22')]=_0x50912e[_0xa615('0x22')];this[_0xa615('0x23')]=_0x50912e[_0xa615('0x23')];this[_0xa615('0x24')]=_0x50912e[_0xa615('0x24')]||'';this['originatecalleridname']=_0x50912e['originatecalleridname']||'';}module[_0xa615('0x25')]=History;