Built motion from commit (unavailable).|2.5.26
[motion2.git] / server / services / ami / dialer / final.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 _0x230e=['countnosuchnumberretry','countdropretry','countmachineretry','calleridname','calleridnum','starttime','responsetime','endtime','ringtime','holdtime','talktime','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridnum','originatecalleridname','exports','util','milliseconds','diff','seconds','uniqueid','scheduledat','type','campaigntype','queue','countbusyretry','countcongestionretry','countnoanswerretry','countabandonedretry','countagentrejectretry'];(function(_0x114bdf,_0x119ada){var _0x5658f6=function(_0xff3dc){while(--_0xff3dc){_0x114bdf['push'](_0x114bdf['shift']());}};_0x5658f6(++_0x119ada);}(_0x230e,0x164));var _0xe230=function(_0xf1ccf4,_0x6690d8){_0xf1ccf4=_0xf1ccf4-0x0;var _0x540593=_0x230e[_0xf1ccf4];return _0x540593;};'use strict';var util=require(_0xe230('0x0'));var _=require('lodash');var moment=require('moment');function getSeconds(_0x10d0dd,_0x1c6793){var _0x427639=moment(_0x10d0dd)[_0xe230('0x1')](0x0);var _0x2d7f96=moment(_0x1c6793)[_0xe230('0x1')](0x0);return _0x427639[_0xe230('0x2')](_0x2d7f96,_0xe230('0x3'));}function Final(_0x2df7c3){this[_0xe230('0x4')]=_0x2df7c3[_0xe230('0x4')];this[_0xe230('0x5')]=_0x2df7c3[_0xe230('0x5')];this[_0xe230('0x6')]=_0x2df7c3[_0xe230('0x6')];this[_0xe230('0x7')]=_0x2df7c3[_0xe230('0x6')]==='outbound'?_0xe230('0x8'):_0x2df7c3['type'];this['countbusyretry']=_0x2df7c3[_0xe230('0x9')];this[_0xe230('0xa')]=_0x2df7c3[_0xe230('0xa')];this[_0xe230('0xb')]=_0x2df7c3[_0xe230('0xb')];this['countglobal']=_0x2df7c3[_0xe230('0x9')]+_0x2df7c3[_0xe230('0xa')]+_0x2df7c3[_0xe230('0xb')]+_0x2df7c3['countnosuchnumberretry']+_0x2df7c3['countdropretry']+_0x2df7c3[_0xe230('0xc')]+_0x2df7c3['countmachineretry']+_0x2df7c3[_0xe230('0xd')];this[_0xe230('0xe')]=_0x2df7c3[_0xe230('0xe')];this[_0xe230('0xf')]=_0x2df7c3[_0xe230('0xf')];this['countabandonedretry']=_0x2df7c3[_0xe230('0xc')];this[_0xe230('0x10')]=_0x2df7c3[_0xe230('0x10')];this['countagentrejectretry']=_0x2df7c3[_0xe230('0xd')];this[_0xe230('0x8')]=_0x2df7c3['queue'];this['calleridname']=_0x2df7c3[_0xe230('0x11')];this[_0xe230('0x12')]=_0x2df7c3[_0xe230('0x12')];this[_0xe230('0x13')]=_0x2df7c3[_0xe230('0x13')];this[_0xe230('0x14')]=_0x2df7c3[_0xe230('0x14')];this[_0xe230('0x15')]=_0x2df7c3[_0xe230('0x14')];this[_0xe230('0x16')]=_0x2df7c3[_0xe230('0x16')]||0x0;this['holdtime']=_0x2df7c3[_0xe230('0x17')]||0x0;this[_0xe230('0x18')]=_0x2df7c3[_0xe230('0x18')]||0x0;this[_0xe230('0x19')]=_0x2df7c3['callback'];this['callbackuniqueid']=_0x2df7c3[_0xe230('0x1a')];this['callbackat']=_0x2df7c3[_0xe230('0x1b')];this[_0xe230('0x1c')]=_0x2df7c3[_0xe230('0x1c')];this['ContactId']=_0x2df7c3[_0xe230('0x1d')];this[_0xe230('0x1e')]=_0x2df7c3[_0xe230('0x1e')];this[_0xe230('0x1f')]=_0x2df7c3[_0xe230('0x1f')];this['VoiceQueueId']=_0x2df7c3[_0xe230('0x20')];this[_0xe230('0x21')]=_0x2df7c3['CampaignId'];this['originatecalleridnum']=_0x2df7c3[_0xe230('0x22')]||'';this['originatecalleridname']=_0x2df7c3[_0xe230('0x23')]||'';}module[_0xe230('0x24')]=Final;