54536b8dde23532c8e0a788230ad20fba4b344fb
[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 _0xdafa=['callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','milliseconds','diff','scheduledat','type','outbound','queue','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countdropretry','countabandonedretry','countmachineretry','countnosuchnumberretry','countagentrejectretry','name','number','starttime','responsetime','endtime','ringtime','holdtime','talktime'];(function(_0x4bb029,_0x51329e){var _0x95a40c=function(_0x35c654){while(--_0x35c654){_0x4bb029['push'](_0x4bb029['shift']());}};_0x95a40c(++_0x51329e);}(_0xdafa,0x1c5));var _0xadaf=function(_0x52ff2f,_0x277db0){_0x52ff2f=_0x52ff2f-0x0;var _0x41fe39=_0xdafa[_0x52ff2f];return _0x41fe39;};'use strict';var util=require('util');var _=require('lodash');var moment=require('moment');function getSeconds(_0xbc7a8b,_0xd6a4e6){var _0x194df1=moment(_0xbc7a8b)[_0xadaf('0x0')](0x0);var _0x2dbb42=moment(_0xd6a4e6)[_0xadaf('0x0')](0x0);return _0x194df1[_0xadaf('0x1')](_0x2dbb42,'seconds');}function History(_0x35ef7a){this['uniqueid']=_0x35ef7a['uniqueid'];this[_0xadaf('0x2')]=_0x35ef7a['scheduledat']||undefined;this[_0xadaf('0x3')]=_0x35ef7a[_0xadaf('0x3')];this['campaigntype']=_0x35ef7a[_0xadaf('0x3')]===_0xadaf('0x4')?_0xadaf('0x5'):_0x35ef7a['type'];this[_0xadaf('0x6')]=_0x35ef7a[_0xadaf('0x6')];this[_0xadaf('0x7')]=_0x35ef7a[_0xadaf('0x7')];this[_0xadaf('0x8')]=_0x35ef7a['countnoanswerretry'];this[_0xadaf('0x9')]=_0x35ef7a[_0xadaf('0x6')]+_0x35ef7a[_0xadaf('0x7')]+_0x35ef7a[_0xadaf('0x8')]+_0x35ef7a['countnosuchnumberretry']+_0x35ef7a[_0xadaf('0xa')]+_0x35ef7a[_0xadaf('0xb')]+_0x35ef7a[_0xadaf('0xc')]+_0x35ef7a['countagentrejectretry'];this[_0xadaf('0xd')]=_0x35ef7a[_0xadaf('0xd')];this[_0xadaf('0xa')]=_0x35ef7a[_0xadaf('0xa')];this[_0xadaf('0xb')]=_0x35ef7a[_0xadaf('0xb')];this[_0xadaf('0xc')]=_0x35ef7a['countmachineretry'];this[_0xadaf('0xe')]=_0x35ef7a[_0xadaf('0xe')];this['queue']=_0x35ef7a[_0xadaf('0x5')];this['calleridname']=_0x35ef7a[_0xadaf('0xf')];this['calleridnum']=_0x35ef7a[_0xadaf('0x10')];this[_0xadaf('0x11')]=_0x35ef7a[_0xadaf('0x11')];this[_0xadaf('0x12')]=_0x35ef7a[_0xadaf('0x12')];this[_0xadaf('0x13')]=_0x35ef7a[_0xadaf('0x12')];this[_0xadaf('0x14')]=getSeconds(_0x35ef7a['responsetime'],_0x35ef7a[_0xadaf('0x11')]);this[_0xadaf('0x15')]=0x0;this[_0xadaf('0x16')]=0x0;this[_0xadaf('0x17')]=_0x35ef7a[_0xadaf('0x17')];this[_0xadaf('0x18')]=_0x35ef7a[_0xadaf('0x18')];this['callbackat']=_0x35ef7a[_0xadaf('0x19')];this[_0xadaf('0x1a')]=_0x35ef7a[_0xadaf('0x1a')];this[_0xadaf('0x1b')]=_0x35ef7a[_0xadaf('0x1b')];this[_0xadaf('0x1c')]=_0x35ef7a['ListId'];this[_0xadaf('0x1d')]=_0x35ef7a[_0xadaf('0x1d')];this[_0xadaf('0x1e')]=_0x35ef7a[_0xadaf('0x1e')];this[_0xadaf('0x1f')]=_0x35ef7a[_0xadaf('0x1f')];this[_0xadaf('0x20')]=_0x35ef7a[_0xadaf('0x20')]||'';this[_0xadaf('0x21')]=_0x35ef7a['originatecalleridname']||'';}module['exports']=History;