Built motion from commit 3e059bc2.|2.5.32
[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 _0x8dbc=['callbackat','recallme','ContactId','ListId','VoiceQueueId','CampaignId','exports','lodash','moment','milliseconds','diff','state','statedesc','Answer','scheduledat','type','outbound','countbusyretry','countcongestionretry','countnoanswerretry','countnosuchnumberretry','countabandonedretry','countdropretry','countagentrejectretry','uniqueid','name','calleridnum','number','starttime','responsetime','endtime','format','YYYY-MM-DD\x20HH:mm:ss','ringtime','holdtime','talktime','queue','membername','cause-txt','callback','callbackuniqueid'];(function(_0x473723,_0x1547fe){var _0x21b2b0=function(_0x4c522b){while(--_0x4c522b){_0x473723['push'](_0x473723['shift']());}};_0x21b2b0(++_0x1547fe);}(_0x8dbc,0x14f));var _0xc8db=function(_0x465a0c,_0x19d4d5){_0x465a0c=_0x465a0c-0x0;var _0x1e202e=_0x8dbc[_0x465a0c];return _0x1e202e;};'use strict';var util=require('util');var _=require(_0xc8db('0x0'));var moment=require(_0xc8db('0x1'));function getSeconds(_0x386012,_0x24766d){var _0x2082d6=moment(_0x386012)[_0xc8db('0x2')](0x0);var _0x5db0fb=moment(_0x24766d)[_0xc8db('0x2')](0x0);return _0x2082d6[_0xc8db('0x3')](_0x5db0fb,'seconds');}function Hangup(_0x3a9adf,_0x486fcf){this[_0xc8db('0x4')]=0x4;this[_0xc8db('0x5')]=_0xc8db('0x6');this[_0xc8db('0x7')]=_0x3a9adf[_0xc8db('0x7')];this['type']=_0x3a9adf['type'];this['campaigntype']=_0x3a9adf[_0xc8db('0x8')]===_0xc8db('0x9')?'queue':_0x3a9adf[_0xc8db('0x8')];this['countbusyretry']=_0x3a9adf[_0xc8db('0xa')];this[_0xc8db('0xb')]=_0x3a9adf[_0xc8db('0xb')];this[_0xc8db('0xc')]=_0x3a9adf[_0xc8db('0xc')];this['countglobal']=_0x3a9adf[_0xc8db('0xa')]+_0x3a9adf['countcongestionretry']+_0x3a9adf[_0xc8db('0xc')]+_0x3a9adf[_0xc8db('0xd')]+_0x3a9adf['countdropretry']+_0x3a9adf[_0xc8db('0xe')]+_0x3a9adf['countmachineretry']+_0x3a9adf['countagentrejectretry'];this[_0xc8db('0xd')]=_0x3a9adf['countnosuchnumberretry'];this[_0xc8db('0xf')]=_0x3a9adf[_0xc8db('0xf')];this[_0xc8db('0xe')]=_0x3a9adf[_0xc8db('0xe')];this['countmachineretry']=_0x3a9adf['countmachineretry'];this[_0xc8db('0x10')]=_0x3a9adf[_0xc8db('0x10')];this[_0xc8db('0x11')]=_0x486fcf[_0xc8db('0x11')];this['calleridname']=_0x3a9adf[_0xc8db('0x12')];this[_0xc8db('0x13')]=_0x3a9adf[_0xc8db('0x14')];this['starttime']=_0x3a9adf[_0xc8db('0x15')];this[_0xc8db('0x16')]=_0x3a9adf['responsetime'];this[_0xc8db('0x17')]=moment()[_0xc8db('0x18')](_0xc8db('0x19'));this[_0xc8db('0x1a')]=getSeconds(_0x3a9adf[_0xc8db('0x16')],_0x3a9adf[_0xc8db('0x15')]);this[_0xc8db('0x1b')]=0x0;this[_0xc8db('0x1c')]=getSeconds(this['endtime'],_0x3a9adf[_0xc8db('0x16')]);this[_0xc8db('0x1d')]=_0x3a9adf[_0xc8db('0x1d')];this[_0xc8db('0x1e')]='IVR';this['reason']=_0x486fcf[_0xc8db('0x1f')];this[_0xc8db('0x20')]=_0x3a9adf['callback'];this['callbackuniqueid']=_0x3a9adf[_0xc8db('0x21')];this[_0xc8db('0x22')]=_0x3a9adf['callbackat'];this[_0xc8db('0x23')]=_0x3a9adf[_0xc8db('0x23')];this[_0xc8db('0x24')]=_0x3a9adf['ContactId'];this['ListId']=_0x3a9adf[_0xc8db('0x25')];this['UserId']=_0x3a9adf['UserId'];this[_0xc8db('0x26')]=_0x3a9adf[_0xc8db('0x26')];this[_0xc8db('0x27')]=_0x3a9adf[_0xc8db('0x27')];}module[_0xc8db('0x28')]=Hangup;