Built motion from commit (unavailable).|2.4.20
[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 _0xeeb4=['CampaignId','originatecalleridnum','originatecalleridname','util','moment','milliseconds','seconds','uniqueid','scheduledat','type','outbound','queue','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','calleridname','name','calleridnum','number','starttime','responsetime','endtime','ringtime','talktime','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId'];(function(_0x34a121,_0x21ee98){var _0x3f1f1d=function(_0x4c5e25){while(--_0x4c5e25){_0x34a121['push'](_0x34a121['shift']());}};_0x3f1f1d(++_0x21ee98);}(_0xeeb4,0xa8));var _0x4eeb=function(_0x2d9f8b,_0x1eca48){_0x2d9f8b=_0x2d9f8b-0x0;var _0x251209=_0xeeb4[_0x2d9f8b];return _0x251209;};'use strict';var util=require(_0x4eeb('0x0'));var _=require('lodash');var moment=require(_0x4eeb('0x1'));function getSeconds(_0x227aa0,_0x3c2b40){var _0x4e9b5c=moment(_0x227aa0)['milliseconds'](0x0);var _0x3c9a63=moment(_0x3c2b40)[_0x4eeb('0x2')](0x0);return _0x4e9b5c['diff'](_0x3c9a63,_0x4eeb('0x3'));}function History(_0x20002c){this[_0x4eeb('0x4')]=_0x20002c[_0x4eeb('0x4')];this[_0x4eeb('0x5')]=_0x20002c[_0x4eeb('0x5')]||undefined;this['type']=_0x20002c[_0x4eeb('0x6')];this['campaigntype']=_0x20002c['type']===_0x4eeb('0x7')?_0x4eeb('0x8'):_0x20002c[_0x4eeb('0x6')];this['countbusyretry']=_0x20002c[_0x4eeb('0x9')];this[_0x4eeb('0xa')]=_0x20002c[_0x4eeb('0xa')];this[_0x4eeb('0xb')]=_0x20002c[_0x4eeb('0xb')];this[_0x4eeb('0xc')]=_0x20002c[_0x4eeb('0x9')]+_0x20002c[_0x4eeb('0xa')]+_0x20002c[_0x4eeb('0xb')];this[_0x4eeb('0x8')]=_0x20002c['queue'];this[_0x4eeb('0xd')]=_0x20002c[_0x4eeb('0xe')];this[_0x4eeb('0xf')]=_0x20002c[_0x4eeb('0x10')];this[_0x4eeb('0x11')]=_0x20002c[_0x4eeb('0x11')];this[_0x4eeb('0x12')]=_0x20002c['responsetime'];this[_0x4eeb('0x13')]=_0x20002c[_0x4eeb('0x12')];this[_0x4eeb('0x14')]=getSeconds(_0x20002c['responsetime'],_0x20002c['starttime']);this['holdtime']=0x0;this[_0x4eeb('0x15')]=0x0;this[_0x4eeb('0x16')]=_0x20002c[_0x4eeb('0x16')];this['callbackuniqueid']=_0x20002c[_0x4eeb('0x17')];this[_0x4eeb('0x18')]=_0x20002c['callbackat'];this[_0x4eeb('0x19')]=_0x20002c[_0x4eeb('0x19')];this[_0x4eeb('0x1a')]=_0x20002c[_0x4eeb('0x1a')];this[_0x4eeb('0x1b')]=_0x20002c[_0x4eeb('0x1b')];this[_0x4eeb('0x1c')]=_0x20002c['UserId'];this[_0x4eeb('0x1d')]=_0x20002c['VoiceQueueId'];this[_0x4eeb('0x1e')]=_0x20002c[_0x4eeb('0x1e')];this[_0x4eeb('0x1f')]=_0x20002c[_0x4eeb('0x1f')]||'';this[_0x4eeb('0x20')]=_0x20002c[_0x4eeb('0x20')]||'';}module['exports']=History;