Built motion from commit 43538d75.|2.5.35
[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 _0x8a01=['type','campaigntype','queue','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','countnosuchnumberretry','calleridname','name','calleridnum','number','starttime','responsetime','callback','callbackuniqueid','callbackat','recallme','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','exports','util','moment','milliseconds','seconds','uniqueid'];(function(_0x1ac595,_0x5d2081){var _0x455fff=function(_0x3043ee){while(--_0x3043ee){_0x1ac595['push'](_0x1ac595['shift']());}};_0x455fff(++_0x5d2081);}(_0x8a01,0xe9));var _0x18a0=function(_0x4866c5,_0x3e1670){_0x4866c5=_0x4866c5-0x0;var _0x4c2a3a=_0x8a01[_0x4866c5];return _0x4c2a3a;};'use strict';var util=require(_0x18a0('0x0'));var _=require('lodash');var moment=require(_0x18a0('0x1'));function getSeconds(_0x3307aa,_0x131e10){var _0x9dd8c0=moment(_0x3307aa)[_0x18a0('0x2')](0x0);var _0x570e82=moment(_0x131e10)[_0x18a0('0x2')](0x0);return _0x9dd8c0['diff'](_0x570e82,_0x18a0('0x3'));}function History(_0x483c02){this[_0x18a0('0x4')]=_0x483c02[_0x18a0('0x4')];this['scheduledat']=_0x483c02['scheduledat']||undefined;this[_0x18a0('0x5')]=_0x483c02[_0x18a0('0x5')];this[_0x18a0('0x6')]=_0x483c02['type']==='outbound'?_0x18a0('0x7'):_0x483c02[_0x18a0('0x5')];this['countbusyretry']=_0x483c02[_0x18a0('0x8')];this[_0x18a0('0x9')]=_0x483c02[_0x18a0('0x9')];this[_0x18a0('0xa')]=_0x483c02[_0x18a0('0xa')];this[_0x18a0('0xb')]=_0x483c02[_0x18a0('0x8')]+_0x483c02['countcongestionretry']+_0x483c02[_0x18a0('0xa')]+_0x483c02['countnosuchnumberretry']+_0x483c02[_0x18a0('0xc')]+_0x483c02[_0x18a0('0xd')]+_0x483c02[_0x18a0('0xe')]+_0x483c02[_0x18a0('0xf')];this[_0x18a0('0x10')]=_0x483c02[_0x18a0('0x10')];this[_0x18a0('0xc')]=_0x483c02['countdropretry'];this[_0x18a0('0xd')]=_0x483c02['countabandonedretry'];this[_0x18a0('0xe')]=_0x483c02[_0x18a0('0xe')];this['countagentrejectretry']=_0x483c02[_0x18a0('0xf')];this['queue']=_0x483c02[_0x18a0('0x7')];this[_0x18a0('0x11')]=_0x483c02[_0x18a0('0x12')];this[_0x18a0('0x13')]=_0x483c02[_0x18a0('0x14')];this[_0x18a0('0x15')]=_0x483c02['starttime'];this[_0x18a0('0x16')]=_0x483c02[_0x18a0('0x16')];this['endtime']=_0x483c02[_0x18a0('0x16')];this['ringtime']=getSeconds(_0x483c02[_0x18a0('0x16')],_0x483c02[_0x18a0('0x15')]);this['holdtime']=0x0;this['talktime']=0x0;this[_0x18a0('0x17')]=_0x483c02[_0x18a0('0x17')];this[_0x18a0('0x18')]=_0x483c02['callbackuniqueid'];this[_0x18a0('0x19')]=_0x483c02[_0x18a0('0x19')];this[_0x18a0('0x1a')]=_0x483c02[_0x18a0('0x1a')];this['ContactId']=_0x483c02['ContactId'];this[_0x18a0('0x1b')]=_0x483c02[_0x18a0('0x1b')];this[_0x18a0('0x1c')]=_0x483c02[_0x18a0('0x1c')];this[_0x18a0('0x1d')]=_0x483c02[_0x18a0('0x1d')];this['CampaignId']=_0x483c02[_0x18a0('0x1e')];this[_0x18a0('0x1f')]=_0x483c02['originatecalleridnum']||'';this[_0x18a0('0x20')]=_0x483c02[_0x18a0('0x20')]||'';}module[_0x18a0('0x21')]=History;