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