Built motion from commit (unavailable).|2.5.23
[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 _0x3d04=['holdtime','talktime','queue','IVR','reason','cause-txt','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','exports','util','lodash','moment','milliseconds','diff','seconds','state','Answer','type','campaigntype','outbound','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countnosuchnumberretry','countdropretry','countabandonedretry','countagentrejectretry','countmachineretry','name','calleridnum','starttime','responsetime','endtime','format','YYYY-MM-DD\x20HH:mm:ss','ringtime'];(function(_0x3a3a6a,_0x5eb6a9){var _0xa89294=function(_0x55d78c){while(--_0x55d78c){_0x3a3a6a['push'](_0x3a3a6a['shift']());}};_0xa89294(++_0x5eb6a9);}(_0x3d04,0x1bd));var _0x43d0=function(_0x3b380d,_0x4bf247){_0x3b380d=_0x3b380d-0x0;var _0x54502b=_0x3d04[_0x3b380d];return _0x54502b;};'use strict';var util=require(_0x43d0('0x0'));var _=require(_0x43d0('0x1'));var moment=require(_0x43d0('0x2'));function getSeconds(_0x571e54,_0x35a62d){var _0xbfa5ec=moment(_0x571e54)[_0x43d0('0x3')](0x0);var _0x2b797c=moment(_0x35a62d)['milliseconds'](0x0);return _0xbfa5ec[_0x43d0('0x4')](_0x2b797c,_0x43d0('0x5'));}function Hangup(_0x32bbdc,_0x2bcfd0){this[_0x43d0('0x6')]=0x4;this['statedesc']=_0x43d0('0x7');this['scheduledat']=_0x32bbdc['scheduledat'];this[_0x43d0('0x8')]=_0x32bbdc[_0x43d0('0x8')];this[_0x43d0('0x9')]=_0x32bbdc['type']===_0x43d0('0xa')?'queue':_0x32bbdc[_0x43d0('0x8')];this[_0x43d0('0xb')]=_0x32bbdc[_0x43d0('0xb')];this['countcongestionretry']=_0x32bbdc[_0x43d0('0xc')];this['countnoanswerretry']=_0x32bbdc[_0x43d0('0xd')];this[_0x43d0('0xe')]=_0x32bbdc['countbusyretry']+_0x32bbdc[_0x43d0('0xc')]+_0x32bbdc[_0x43d0('0xd')]+_0x32bbdc[_0x43d0('0xf')]+_0x32bbdc[_0x43d0('0x10')]+_0x32bbdc[_0x43d0('0x11')]+_0x32bbdc['countmachineretry']+_0x32bbdc[_0x43d0('0x12')];this[_0x43d0('0xf')]=_0x32bbdc[_0x43d0('0xf')];this[_0x43d0('0x10')]=_0x32bbdc[_0x43d0('0x10')];this[_0x43d0('0x11')]=_0x32bbdc['countabandonedretry'];this[_0x43d0('0x13')]=_0x32bbdc[_0x43d0('0x13')];this[_0x43d0('0x12')]=_0x32bbdc['countagentrejectretry'];this['uniqueid']=_0x2bcfd0['uniqueid'];this['calleridname']=_0x32bbdc[_0x43d0('0x14')];this[_0x43d0('0x15')]=_0x32bbdc['number'];this[_0x43d0('0x16')]=_0x32bbdc[_0x43d0('0x16')];this[_0x43d0('0x17')]=_0x32bbdc[_0x43d0('0x17')];this[_0x43d0('0x18')]=moment()[_0x43d0('0x19')](_0x43d0('0x1a'));this[_0x43d0('0x1b')]=getSeconds(_0x32bbdc[_0x43d0('0x17')],_0x32bbdc[_0x43d0('0x16')]);this[_0x43d0('0x1c')]=0x0;this[_0x43d0('0x1d')]=getSeconds(this['endtime'],_0x32bbdc['responsetime']);this['queue']=_0x32bbdc[_0x43d0('0x1e')];this['membername']=_0x43d0('0x1f');this[_0x43d0('0x20')]=_0x2bcfd0[_0x43d0('0x21')];this['callback']=_0x32bbdc['callback'];this[_0x43d0('0x22')]=_0x32bbdc[_0x43d0('0x22')];this[_0x43d0('0x23')]=_0x32bbdc[_0x43d0('0x23')];this[_0x43d0('0x24')]=_0x32bbdc[_0x43d0('0x24')];this[_0x43d0('0x25')]=_0x32bbdc[_0x43d0('0x25')];this['ListId']=_0x32bbdc[_0x43d0('0x26')];this[_0x43d0('0x27')]=_0x32bbdc[_0x43d0('0x27')];this[_0x43d0('0x28')]=_0x32bbdc[_0x43d0('0x28')];this[_0x43d0('0x29')]=_0x32bbdc[_0x43d0('0x29')];}module[_0x43d0('0x2a')]=Hangup;