Built motion from commit b5413ace.|2.6.9
[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 _0x47d0=['callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','exports','lodash','moment','milliseconds','diff','seconds','statedesc','Answer','scheduledat','type','campaigntype','outbound','queue','countbusyretry','countcongestionretry','countglobal','countnoanswerretry','countnosuchnumberretry','countabandonedretry','countmachineretry','countagentrejectretry','countdropretry','uniqueid','calleridnum','number','starttime','responsetime','format','YYYY-MM-DD\x20HH:mm:ss','talktime','IVR','cause-txt','callback'];(function(_0xac151d,_0x4ea1d2){var _0x111dba=function(_0x13d7f4){while(--_0x13d7f4){_0xac151d['push'](_0xac151d['shift']());}};_0x111dba(++_0x4ea1d2);}(_0x47d0,0x128));var _0x047d=function(_0x1cdff6,_0x320ab2){_0x1cdff6=_0x1cdff6-0x0;var _0x4b0ef1=_0x47d0[_0x1cdff6];return _0x4b0ef1;};'use strict';var util=require('util');var _=require(_0x047d('0x0'));var moment=require(_0x047d('0x1'));function getSeconds(_0x266ad3,_0x2db45a){var _0x3111e7=moment(_0x266ad3)[_0x047d('0x2')](0x0);var _0x5e7c82=moment(_0x2db45a)[_0x047d('0x2')](0x0);return _0x3111e7[_0x047d('0x3')](_0x5e7c82,_0x047d('0x4'));}function Hangup(_0x1898b0,_0x1cfec6){this['state']=0x4;this[_0x047d('0x5')]=_0x047d('0x6');this[_0x047d('0x7')]=_0x1898b0[_0x047d('0x7')];this['type']=_0x1898b0[_0x047d('0x8')];this[_0x047d('0x9')]=_0x1898b0['type']===_0x047d('0xa')?_0x047d('0xb'):_0x1898b0[_0x047d('0x8')];this[_0x047d('0xc')]=_0x1898b0[_0x047d('0xc')];this[_0x047d('0xd')]=_0x1898b0[_0x047d('0xd')];this['countnoanswerretry']=_0x1898b0['countnoanswerretry'];this[_0x047d('0xe')]=_0x1898b0['countbusyretry']+_0x1898b0['countcongestionretry']+_0x1898b0[_0x047d('0xf')]+_0x1898b0[_0x047d('0x10')]+_0x1898b0['countdropretry']+_0x1898b0[_0x047d('0x11')]+_0x1898b0[_0x047d('0x12')]+_0x1898b0[_0x047d('0x13')];this[_0x047d('0x10')]=_0x1898b0[_0x047d('0x10')];this['countdropretry']=_0x1898b0[_0x047d('0x14')];this[_0x047d('0x11')]=_0x1898b0[_0x047d('0x11')];this[_0x047d('0x12')]=_0x1898b0[_0x047d('0x12')];this['countagentrejectretry']=_0x1898b0[_0x047d('0x13')];this['uniqueid']=_0x1cfec6[_0x047d('0x15')];this['calleridname']=_0x1898b0['name'];this[_0x047d('0x16')]=_0x1898b0[_0x047d('0x17')];this[_0x047d('0x18')]=_0x1898b0['starttime'];this[_0x047d('0x19')]=_0x1898b0[_0x047d('0x19')];this['endtime']=moment()[_0x047d('0x1a')](_0x047d('0x1b'));this['ringtime']=getSeconds(_0x1898b0[_0x047d('0x19')],_0x1898b0['starttime']);this['holdtime']=0x0;this[_0x047d('0x1c')]=getSeconds(this['endtime'],_0x1898b0['responsetime']);this[_0x047d('0xb')]=_0x1898b0[_0x047d('0xb')];this['membername']=_0x047d('0x1d');this['reason']=_0x1cfec6[_0x047d('0x1e')];this[_0x047d('0x1f')]=_0x1898b0[_0x047d('0x1f')];this[_0x047d('0x20')]=_0x1898b0[_0x047d('0x20')];this['callbackat']=_0x1898b0[_0x047d('0x21')];this[_0x047d('0x22')]=_0x1898b0[_0x047d('0x22')];this[_0x047d('0x23')]=_0x1898b0[_0x047d('0x23')];this[_0x047d('0x24')]=_0x1898b0['ListId'];this['UserId']=_0x1898b0[_0x047d('0x25')];this[_0x047d('0x26')]=_0x1898b0[_0x047d('0x26')];this[_0x047d('0x27')]=_0x1898b0['CampaignId'];}module[_0x047d('0x28')]=Hangup;