Built motion from commit (unavailable).|2.5.11
[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 _0x7892=['calleridnum','starttime','responsetime','endtime','ringtime','holdtime','talktime','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','originatecalleridname','exports','util','lodash','moment','diff','uniqueid','scheduledat','type','campaigntype','outbound','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countagentrejectretry','countnosuchnumberretry','countdropretry','countmachineretry','queue','calleridname'];(function(_0x5cc01e,_0x4fdda6){var _0x38899c=function(_0x38ad6a){while(--_0x38ad6a){_0x5cc01e['push'](_0x5cc01e['shift']());}};_0x38899c(++_0x4fdda6);}(_0x7892,0x1f3));var _0x2789=function(_0x49436c,_0x1a7242){_0x49436c=_0x49436c-0x0;var _0x46f704=_0x7892[_0x49436c];return _0x46f704;};'use strict';var util=require(_0x2789('0x0'));var _=require(_0x2789('0x1'));var moment=require(_0x2789('0x2'));function getSeconds(_0x94e3eb,_0x45cc05){var _0x2673f2=moment(_0x94e3eb)['milliseconds'](0x0);var _0x6e7bd6=moment(_0x45cc05)['milliseconds'](0x0);return _0x2673f2[_0x2789('0x3')](_0x6e7bd6,'seconds');}function Final(_0x4e3f5c){this[_0x2789('0x4')]=_0x4e3f5c[_0x2789('0x4')];this[_0x2789('0x5')]=_0x4e3f5c[_0x2789('0x5')];this[_0x2789('0x6')]=_0x4e3f5c[_0x2789('0x6')];this[_0x2789('0x7')]=_0x4e3f5c['type']===_0x2789('0x8')?'queue':_0x4e3f5c[_0x2789('0x6')];this['countbusyretry']=_0x4e3f5c[_0x2789('0x9')];this[_0x2789('0xa')]=_0x4e3f5c[_0x2789('0xa')];this[_0x2789('0xb')]=_0x4e3f5c[_0x2789('0xb')];this[_0x2789('0xc')]=_0x4e3f5c['countbusyretry']+_0x4e3f5c[_0x2789('0xa')]+_0x4e3f5c['countnoanswerretry']+_0x4e3f5c['countnosuchnumberretry']+_0x4e3f5c['countdropretry']+_0x4e3f5c['countabandonedretry']+_0x4e3f5c['countmachineretry']+_0x4e3f5c[_0x2789('0xd')];this[_0x2789('0xe')]=_0x4e3f5c[_0x2789('0xe')];this[_0x2789('0xf')]=_0x4e3f5c['countdropretry'];this['countabandonedretry']=_0x4e3f5c['countabandonedretry'];this[_0x2789('0x10')]=_0x4e3f5c[_0x2789('0x10')];this[_0x2789('0xd')]=_0x4e3f5c[_0x2789('0xd')];this[_0x2789('0x11')]=_0x4e3f5c[_0x2789('0x11')];this[_0x2789('0x12')]=_0x4e3f5c[_0x2789('0x12')];this[_0x2789('0x13')]=_0x4e3f5c[_0x2789('0x13')];this[_0x2789('0x14')]=_0x4e3f5c[_0x2789('0x14')];this[_0x2789('0x15')]=_0x4e3f5c[_0x2789('0x15')];this[_0x2789('0x16')]=_0x4e3f5c[_0x2789('0x15')];this[_0x2789('0x17')]=_0x4e3f5c[_0x2789('0x17')]||0x0;this['holdtime']=_0x4e3f5c[_0x2789('0x18')]||0x0;this[_0x2789('0x19')]=_0x4e3f5c[_0x2789('0x19')]||0x0;this[_0x2789('0x1a')]=_0x4e3f5c[_0x2789('0x1a')];this[_0x2789('0x1b')]=_0x4e3f5c['callbackuniqueid'];this[_0x2789('0x1c')]=_0x4e3f5c[_0x2789('0x1c')];this[_0x2789('0x1d')]=_0x4e3f5c[_0x2789('0x1d')];this[_0x2789('0x1e')]=_0x4e3f5c[_0x2789('0x1e')];this[_0x2789('0x1f')]=_0x4e3f5c[_0x2789('0x1f')];this['UserId']=_0x4e3f5c[_0x2789('0x20')];this[_0x2789('0x21')]=_0x4e3f5c[_0x2789('0x21')];this['CampaignId']=_0x4e3f5c[_0x2789('0x22')];this['originatecalleridnum']=_0x4e3f5c['originatecalleridnum']||'';this[_0x2789('0x23')]=_0x4e3f5c[_0x2789('0x23')]||'';}module[_0x2789('0x24')]=Final;