56257bcd77c260b68eb419fb13cdc2073718858d
[motion2.git] / server / services / ami / dialer / hangup.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 _0xa900=['membername','IVR','reason','cause-txt','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','util','lodash','milliseconds','diff','seconds','state','statedesc','type','campaigntype','outbound','countcongestionretry','countnoanswerretry','countglobal','countnosuchnumberretry','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','uniqueid','calleridname','starttime','endtime','format','ringtime','responsetime','holdtime','talktime','queue'];(function(_0x1fe45e,_0x59c03f){var _0x624d3c=function(_0x46c4b5){while(--_0x46c4b5){_0x1fe45e['push'](_0x1fe45e['shift']());}};_0x624d3c(++_0x59c03f);}(_0xa900,0x17e));var _0x0a90=function(_0x1c2ad3,_0x1105eb){_0x1c2ad3=_0x1c2ad3-0x0;var _0x383430=_0xa900[_0x1c2ad3];return _0x383430;};'use strict';var util=require(_0x0a90('0x0'));var _=require(_0x0a90('0x1'));var moment=require('moment');function getSeconds(_0x440052,_0x421c44){var _0x27f0da=moment(_0x440052)[_0x0a90('0x2')](0x0);var _0x3e8959=moment(_0x421c44)[_0x0a90('0x2')](0x0);return _0x27f0da[_0x0a90('0x3')](_0x3e8959,_0x0a90('0x4'));}function Hangup(_0x148df6,_0x2c7283){this[_0x0a90('0x5')]=0x4;this[_0x0a90('0x6')]='Answer';this['scheduledat']=_0x148df6['scheduledat'];this[_0x0a90('0x7')]=_0x148df6['type'];this[_0x0a90('0x8')]=_0x148df6['type']===_0x0a90('0x9')?'queue':_0x148df6[_0x0a90('0x7')];this['countbusyretry']=_0x148df6['countbusyretry'];this['countcongestionretry']=_0x148df6[_0x0a90('0xa')];this['countnoanswerretry']=_0x148df6[_0x0a90('0xb')];this[_0x0a90('0xc')]=_0x148df6['countbusyretry']+_0x148df6[_0x0a90('0xa')]+_0x148df6['countnoanswerretry']+_0x148df6[_0x0a90('0xd')]+_0x148df6[_0x0a90('0xe')]+_0x148df6[_0x0a90('0xf')]+_0x148df6[_0x0a90('0x10')]+_0x148df6[_0x0a90('0x11')];this[_0x0a90('0xd')]=_0x148df6[_0x0a90('0xd')];this[_0x0a90('0xe')]=_0x148df6[_0x0a90('0xe')];this[_0x0a90('0xf')]=_0x148df6[_0x0a90('0xf')];this[_0x0a90('0x10')]=_0x148df6[_0x0a90('0x10')];this['countagentrejectretry']=_0x148df6[_0x0a90('0x11')];this[_0x0a90('0x12')]=_0x2c7283['uniqueid'];this[_0x0a90('0x13')]=_0x148df6['name'];this['calleridnum']=_0x148df6['number'];this['starttime']=_0x148df6[_0x0a90('0x14')];this['responsetime']=_0x148df6['responsetime'];this[_0x0a90('0x15')]=moment()[_0x0a90('0x16')]('YYYY-MM-DD\x20HH:mm:ss');this[_0x0a90('0x17')]=getSeconds(_0x148df6[_0x0a90('0x18')],_0x148df6[_0x0a90('0x14')]);this[_0x0a90('0x19')]=0x0;this[_0x0a90('0x1a')]=getSeconds(this[_0x0a90('0x15')],_0x148df6[_0x0a90('0x18')]);this[_0x0a90('0x1b')]=_0x148df6[_0x0a90('0x1b')];this[_0x0a90('0x1c')]=_0x0a90('0x1d');this[_0x0a90('0x1e')]=_0x2c7283[_0x0a90('0x1f')];this[_0x0a90('0x20')]=_0x148df6[_0x0a90('0x20')];this[_0x0a90('0x21')]=_0x148df6[_0x0a90('0x21')];this[_0x0a90('0x22')]=_0x148df6[_0x0a90('0x22')];this[_0x0a90('0x23')]=_0x148df6[_0x0a90('0x23')];this[_0x0a90('0x24')]=_0x148df6[_0x0a90('0x24')];this[_0x0a90('0x25')]=_0x148df6[_0x0a90('0x25')];this[_0x0a90('0x26')]=_0x148df6['UserId'];this[_0x0a90('0x27')]=_0x148df6[_0x0a90('0x27')];this[_0x0a90('0x28')]=_0x148df6[_0x0a90('0x28')];}module['exports']=Hangup;