Built motion from commit ab870f9e.|2.5.44
[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 _0xb81f=['uniqueid','calleridname','name','number','starttime','responsetime','endtime','YYYY-MM-DD\x20HH:mm:ss','ringtime','holdtime','membername','IVR','callback','callbackuniqueid','callbackat','recallme','ContactId','ListId','UserId','CampaignId','util','moment','milliseconds','diff','seconds','state','statedesc','Answer','scheduledat','type','campaigntype','outbound','queue','countbusyretry','countcongestionretry','countnoanswerretry','countglobal','countnosuchnumberretry','countmachineretry','countagentrejectretry','countdropretry','countabandonedretry'];(function(_0x50b93d,_0x5eb414){var _0x627353=function(_0x541987){while(--_0x541987){_0x50b93d['push'](_0x50b93d['shift']());}};_0x627353(++_0x5eb414);}(_0xb81f,0x68));var _0xfb81=function(_0xd80540,_0x23ef2){_0xd80540=_0xd80540-0x0;var _0x2df84d=_0xb81f[_0xd80540];return _0x2df84d;};'use strict';var util=require(_0xfb81('0x0'));var _=require('lodash');var moment=require(_0xfb81('0x1'));function getSeconds(_0x237c51,_0x46b575){var _0x4c148b=moment(_0x237c51)[_0xfb81('0x2')](0x0);var _0x48a388=moment(_0x46b575)['milliseconds'](0x0);return _0x4c148b[_0xfb81('0x3')](_0x48a388,_0xfb81('0x4'));}function Hangup(_0x111f28,_0x145e16){this[_0xfb81('0x5')]=0x4;this[_0xfb81('0x6')]=_0xfb81('0x7');this['scheduledat']=_0x111f28[_0xfb81('0x8')];this[_0xfb81('0x9')]=_0x111f28[_0xfb81('0x9')];this[_0xfb81('0xa')]=_0x111f28['type']===_0xfb81('0xb')?_0xfb81('0xc'):_0x111f28['type'];this[_0xfb81('0xd')]=_0x111f28[_0xfb81('0xd')];this['countcongestionretry']=_0x111f28[_0xfb81('0xe')];this['countnoanswerretry']=_0x111f28[_0xfb81('0xf')];this[_0xfb81('0x10')]=_0x111f28[_0xfb81('0xd')]+_0x111f28[_0xfb81('0xe')]+_0x111f28['countnoanswerretry']+_0x111f28[_0xfb81('0x11')]+_0x111f28['countdropretry']+_0x111f28['countabandonedretry']+_0x111f28[_0xfb81('0x12')]+_0x111f28[_0xfb81('0x13')];this[_0xfb81('0x11')]=_0x111f28[_0xfb81('0x11')];this[_0xfb81('0x14')]=_0x111f28[_0xfb81('0x14')];this[_0xfb81('0x15')]=_0x111f28['countabandonedretry'];this['countmachineretry']=_0x111f28[_0xfb81('0x12')];this['countagentrejectretry']=_0x111f28['countagentrejectretry'];this['uniqueid']=_0x145e16[_0xfb81('0x16')];this[_0xfb81('0x17')]=_0x111f28[_0xfb81('0x18')];this['calleridnum']=_0x111f28[_0xfb81('0x19')];this['starttime']=_0x111f28[_0xfb81('0x1a')];this[_0xfb81('0x1b')]=_0x111f28['responsetime'];this[_0xfb81('0x1c')]=moment()['format'](_0xfb81('0x1d'));this[_0xfb81('0x1e')]=getSeconds(_0x111f28['responsetime'],_0x111f28['starttime']);this[_0xfb81('0x1f')]=0x0;this['talktime']=getSeconds(this[_0xfb81('0x1c')],_0x111f28[_0xfb81('0x1b')]);this[_0xfb81('0xc')]=_0x111f28[_0xfb81('0xc')];this[_0xfb81('0x20')]=_0xfb81('0x21');this['reason']=_0x145e16['cause-txt'];this[_0xfb81('0x22')]=_0x111f28[_0xfb81('0x22')];this[_0xfb81('0x23')]=_0x111f28[_0xfb81('0x23')];this[_0xfb81('0x24')]=_0x111f28[_0xfb81('0x24')];this[_0xfb81('0x25')]=_0x111f28[_0xfb81('0x25')];this['ContactId']=_0x111f28[_0xfb81('0x26')];this[_0xfb81('0x27')]=_0x111f28[_0xfb81('0x27')];this[_0xfb81('0x28')]=_0x111f28[_0xfb81('0x28')];this['VoiceQueueId']=_0x111f28['VoiceQueueId'];this[_0xfb81('0x29')]=_0x111f28[_0xfb81('0x29')];}module['exports']=Hangup;