Built motion from commit (unavailable).|2.5.27
[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 _0x7857=['recallme','ContactId','ListId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','util','lodash','milliseconds','seconds','uniqueid','scheduledat','type','campaigntype','outbound','queue','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countnosuchnumberretry','countabandonedretry','countmachineretry','countagentrejectretry','calleridname','name','calleridnum','number','starttime','responsetime','endtime','ringtime','holdtime','talktime','callback','callbackuniqueid','callbackat'];(function(_0x49d940,_0x516f31){var _0x3201be=function(_0x311c8c){while(--_0x311c8c){_0x49d940['push'](_0x49d940['shift']());}};_0x3201be(++_0x516f31);}(_0x7857,0x1a9));var _0x7785=function(_0xd5a43d,_0x1ede8b){_0xd5a43d=_0xd5a43d-0x0;var _0x508083=_0x7857[_0xd5a43d];return _0x508083;};'use strict';var util=require(_0x7785('0x0'));var _=require(_0x7785('0x1'));var moment=require('moment');function getSeconds(_0x32048c,_0x192376){var _0x57ec14=moment(_0x32048c)[_0x7785('0x2')](0x0);var _0x294fe6=moment(_0x192376)[_0x7785('0x2')](0x0);return _0x57ec14['diff'](_0x294fe6,_0x7785('0x3'));}function History(_0x1f5efd){this[_0x7785('0x4')]=_0x1f5efd['uniqueid'];this['scheduledat']=_0x1f5efd[_0x7785('0x5')]||undefined;this[_0x7785('0x6')]=_0x1f5efd['type'];this[_0x7785('0x7')]=_0x1f5efd[_0x7785('0x6')]===_0x7785('0x8')?_0x7785('0x9'):_0x1f5efd['type'];this[_0x7785('0xa')]=_0x1f5efd['countbusyretry'];this[_0x7785('0xb')]=_0x1f5efd[_0x7785('0xb')];this['countnoanswerretry']=_0x1f5efd[_0x7785('0xc')];this[_0x7785('0xd')]=_0x1f5efd[_0x7785('0xa')]+_0x1f5efd[_0x7785('0xb')]+_0x1f5efd[_0x7785('0xc')]+_0x1f5efd[_0x7785('0xe')]+_0x1f5efd['countdropretry']+_0x1f5efd[_0x7785('0xf')]+_0x1f5efd[_0x7785('0x10')]+_0x1f5efd['countagentrejectretry'];this[_0x7785('0xe')]=_0x1f5efd[_0x7785('0xe')];this['countdropretry']=_0x1f5efd['countdropretry'];this[_0x7785('0xf')]=_0x1f5efd[_0x7785('0xf')];this[_0x7785('0x10')]=_0x1f5efd[_0x7785('0x10')];this[_0x7785('0x11')]=_0x1f5efd['countagentrejectretry'];this[_0x7785('0x9')]=_0x1f5efd[_0x7785('0x9')];this[_0x7785('0x12')]=_0x1f5efd[_0x7785('0x13')];this[_0x7785('0x14')]=_0x1f5efd[_0x7785('0x15')];this['starttime']=_0x1f5efd[_0x7785('0x16')];this[_0x7785('0x17')]=_0x1f5efd[_0x7785('0x17')];this[_0x7785('0x18')]=_0x1f5efd[_0x7785('0x17')];this[_0x7785('0x19')]=getSeconds(_0x1f5efd[_0x7785('0x17')],_0x1f5efd[_0x7785('0x16')]);this[_0x7785('0x1a')]=0x0;this[_0x7785('0x1b')]=0x0;this[_0x7785('0x1c')]=_0x1f5efd[_0x7785('0x1c')];this['callbackuniqueid']=_0x1f5efd[_0x7785('0x1d')];this[_0x7785('0x1e')]=_0x1f5efd['callbackat'];this['recallme']=_0x1f5efd[_0x7785('0x1f')];this[_0x7785('0x20')]=_0x1f5efd[_0x7785('0x20')];this[_0x7785('0x21')]=_0x1f5efd[_0x7785('0x21')];this['UserId']=_0x1f5efd['UserId'];this[_0x7785('0x22')]=_0x1f5efd[_0x7785('0x22')];this[_0x7785('0x23')]=_0x1f5efd[_0x7785('0x23')];this[_0x7785('0x24')]=_0x1f5efd[_0x7785('0x24')]||'';this[_0x7785('0x25')]=_0x1f5efd[_0x7785('0x25')]||'';}module['exports']=History;