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