Built motion from commit (unavailable).|2.5.4
[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 _0x5fde=['countagentrejectretry','countnosuchnumberretry','countdropretry','calleridname','calleridnum','number','starttime','responsetime','talktime','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','util','lodash','milliseconds','diff','seconds','uniqueid','scheduledat','type','campaigntype','queue','countbusyretry','countnoanswerretry','countglobal','countcongestionretry','countabandonedretry','countmachineretry'];(function(_0x54b833,_0x4774c9){var _0x3338ae=function(_0x527ee3){while(--_0x527ee3){_0x54b833['push'](_0x54b833['shift']());}};_0x3338ae(++_0x4774c9);}(_0x5fde,0x80));var _0xe5fd=function(_0x2ede04,_0x4efe31){_0x2ede04=_0x2ede04-0x0;var _0x436a04=_0x5fde[_0x2ede04];return _0x436a04;};'use strict';var util=require(_0xe5fd('0x0'));var _=require(_0xe5fd('0x1'));var moment=require('moment');function getSeconds(_0x2e93a7,_0x321876){var _0x278d3c=moment(_0x2e93a7)['milliseconds'](0x0);var _0x309c6a=moment(_0x321876)[_0xe5fd('0x2')](0x0);return _0x278d3c[_0xe5fd('0x3')](_0x309c6a,_0xe5fd('0x4'));}function History(_0x544520){this[_0xe5fd('0x5')]=_0x544520['uniqueid'];this[_0xe5fd('0x6')]=_0x544520[_0xe5fd('0x6')]||undefined;this[_0xe5fd('0x7')]=_0x544520[_0xe5fd('0x7')];this[_0xe5fd('0x8')]=_0x544520['type']==='outbound'?_0xe5fd('0x9'):_0x544520[_0xe5fd('0x7')];this[_0xe5fd('0xa')]=_0x544520['countbusyretry'];this['countcongestionretry']=_0x544520['countcongestionretry'];this['countnoanswerretry']=_0x544520[_0xe5fd('0xb')];this[_0xe5fd('0xc')]=_0x544520[_0xe5fd('0xa')]+_0x544520[_0xe5fd('0xd')]+_0x544520['countnoanswerretry']+_0x544520['countnosuchnumberretry']+_0x544520['countdropretry']+_0x544520[_0xe5fd('0xe')]+_0x544520[_0xe5fd('0xf')]+_0x544520[_0xe5fd('0x10')];this['countnosuchnumberretry']=_0x544520[_0xe5fd('0x11')];this[_0xe5fd('0x12')]=_0x544520[_0xe5fd('0x12')];this[_0xe5fd('0xe')]=_0x544520['countabandonedretry'];this['countmachineretry']=_0x544520[_0xe5fd('0xf')];this[_0xe5fd('0x10')]=_0x544520[_0xe5fd('0x10')];this[_0xe5fd('0x9')]=_0x544520[_0xe5fd('0x9')];this[_0xe5fd('0x13')]=_0x544520['name'];this[_0xe5fd('0x14')]=_0x544520[_0xe5fd('0x15')];this[_0xe5fd('0x16')]=_0x544520[_0xe5fd('0x16')];this[_0xe5fd('0x17')]=_0x544520['responsetime'];this['endtime']=_0x544520[_0xe5fd('0x17')];this['ringtime']=getSeconds(_0x544520['responsetime'],_0x544520[_0xe5fd('0x16')]);this['holdtime']=0x0;this[_0xe5fd('0x18')]=0x0;this[_0xe5fd('0x19')]=_0x544520[_0xe5fd('0x19')];this[_0xe5fd('0x1a')]=_0x544520[_0xe5fd('0x1a')];this[_0xe5fd('0x1b')]=_0x544520[_0xe5fd('0x1b')];this[_0xe5fd('0x1c')]=_0x544520[_0xe5fd('0x1c')];this[_0xe5fd('0x1d')]=_0x544520[_0xe5fd('0x1d')];this[_0xe5fd('0x1e')]=_0x544520['ListId'];this[_0xe5fd('0x1f')]=_0x544520[_0xe5fd('0x1f')];this[_0xe5fd('0x20')]=_0x544520[_0xe5fd('0x20')];this[_0xe5fd('0x21')]=_0x544520[_0xe5fd('0x21')];this[_0xe5fd('0x22')]=_0x544520['originatecalleridnum']||'';this[_0xe5fd('0x23')]=_0x544520[_0xe5fd('0x23')]||'';}module['exports']=History;