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