59fc7753472312c0a57a7f40731af497bce7dc52
[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 _0x4390=['type','outbound','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','countnosuchnumberretry','queue','calleridname','calleridnum','starttime','responsetime','endtime','holdtime','talktime','callback','callbackuniqueid','callbackat','ContactId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','lodash','moment','milliseconds','diff','seconds','uniqueid','scheduledat','campaigntype'];(function(_0xb67d3a,_0x4bf219){var _0x2d0b46=function(_0x7c79f9){while(--_0x7c79f9){_0xb67d3a['push'](_0xb67d3a['shift']());}};_0x2d0b46(++_0x4bf219);}(_0x4390,0x64));var _0x0439=function(_0x306b44,_0x123944){_0x306b44=_0x306b44-0x0;var _0x1cef6b=_0x4390[_0x306b44];return _0x1cef6b;};'use strict';var util=require('util');var _=require(_0x0439('0x0'));var moment=require(_0x0439('0x1'));function getSeconds(_0x32ca15,_0x483146){var _0x5697fa=moment(_0x32ca15)[_0x0439('0x2')](0x0);var _0x4533dc=moment(_0x483146)[_0x0439('0x2')](0x0);return _0x5697fa[_0x0439('0x3')](_0x4533dc,_0x0439('0x4'));}function History(_0x4fb9c2){this[_0x0439('0x5')]=_0x4fb9c2['uniqueid'];this[_0x0439('0x6')]=_0x4fb9c2[_0x0439('0x6')]||undefined;this['type']=_0x4fb9c2['type'];this[_0x0439('0x7')]=_0x4fb9c2[_0x0439('0x8')]===_0x0439('0x9')?'queue':_0x4fb9c2['type'];this[_0x0439('0xa')]=_0x4fb9c2[_0x0439('0xa')];this[_0x0439('0xb')]=_0x4fb9c2[_0x0439('0xb')];this[_0x0439('0xc')]=_0x4fb9c2[_0x0439('0xc')];this[_0x0439('0xd')]=_0x4fb9c2[_0x0439('0xa')]+_0x4fb9c2[_0x0439('0xb')]+_0x4fb9c2['countnoanswerretry']+_0x4fb9c2['countnosuchnumberretry']+_0x4fb9c2[_0x0439('0xe')]+_0x4fb9c2[_0x0439('0xf')]+_0x4fb9c2[_0x0439('0x10')]+_0x4fb9c2[_0x0439('0x11')];this[_0x0439('0x12')]=_0x4fb9c2['countnosuchnumberretry'];this[_0x0439('0xe')]=_0x4fb9c2[_0x0439('0xe')];this[_0x0439('0xf')]=_0x4fb9c2['countabandonedretry'];this[_0x0439('0x10')]=_0x4fb9c2[_0x0439('0x10')];this[_0x0439('0x11')]=_0x4fb9c2['countagentrejectretry'];this[_0x0439('0x13')]=_0x4fb9c2['queue'];this[_0x0439('0x14')]=_0x4fb9c2['name'];this[_0x0439('0x15')]=_0x4fb9c2['number'];this[_0x0439('0x16')]=_0x4fb9c2[_0x0439('0x16')];this[_0x0439('0x17')]=_0x4fb9c2[_0x0439('0x17')];this[_0x0439('0x18')]=_0x4fb9c2[_0x0439('0x17')];this['ringtime']=getSeconds(_0x4fb9c2[_0x0439('0x17')],_0x4fb9c2[_0x0439('0x16')]);this[_0x0439('0x19')]=0x0;this[_0x0439('0x1a')]=0x0;this[_0x0439('0x1b')]=_0x4fb9c2[_0x0439('0x1b')];this[_0x0439('0x1c')]=_0x4fb9c2[_0x0439('0x1c')];this[_0x0439('0x1d')]=_0x4fb9c2['callbackat'];this['recallme']=_0x4fb9c2['recallme'];this[_0x0439('0x1e')]=_0x4fb9c2[_0x0439('0x1e')];this['ListId']=_0x4fb9c2['ListId'];this[_0x0439('0x1f')]=_0x4fb9c2[_0x0439('0x1f')];this[_0x0439('0x20')]=_0x4fb9c2[_0x0439('0x20')];this[_0x0439('0x21')]=_0x4fb9c2['CampaignId'];this['originatecalleridnum']=_0x4fb9c2[_0x0439('0x22')]||'';this[_0x0439('0x23')]=_0x4fb9c2[_0x0439('0x23')]||'';}module['exports']=History;