581847c57be26ed0045e70f4f784c544cf815709
[motion2.git] / server / services / routing / model / whatsappQueue.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 _0xaeed=['format','whatsapp:queue:%s','emit','exports','lodash','md5','ioredis','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','updateRouting','prototype','_rr','map','mapAgentsId','updateRealtime','loggedIn','paused','length','online','available','stringify'];(function(_0x20d761,_0xf72fd){var _0x529b98=function(_0x28689a){while(--_0x28689a){_0x20d761['push'](_0x20d761['shift']());}};_0x529b98(++_0xf72fd);}(_0xaeed,0x1f1));var _0xdaee=function(_0x150216,_0x1e9d2f){_0x150216=_0x150216-0x0;var _0x5a9031=_0xaeed[_0x150216];return _0x5a9031;};'use strict';var _=require(_0xdaee('0x0'));var md5=require(_0xdaee('0x1'));var util=require('util');var Redis=require(_0xdaee('0x2'));var config=require('../../../config/environment');config[_0xdaee('0x3')]=_[_0xdaee('0x4')](config[_0xdaee('0x3')],{'host':_0xdaee('0x5'),'port':0x18eb});var io=require(_0xdaee('0x6'))(new Redis(config[_0xdaee('0x3')]));function WhatsappQueue(_0x1a4ed9){this['id']=_0x1a4ed9['id']||0x0;this[_0xdaee('0x7')]=_0x1a4ed9[_0xdaee('0x7')]||'';this[_0xdaee('0x8')]=_0x1a4ed9[_0xdaee('0x8')]||0xa;this[_0xdaee('0x9')]=_0x1a4ed9[_0xdaee('0x9')]||_0xdaee('0xa');this['Agents']=_0x1a4ed9[_0xdaee('0xb')];this['mapAgentsId']={};this[_0xdaee('0xc')]=0x0;this[_0xdaee('0x1')]='';this[_0xdaee('0xd')]();this['updateRealtime']();}WhatsappQueue[_0xdaee('0xe')][_0xdaee('0xd')]=function(){var _0x2a29da=this['mapAgentsId'][_0xdaee('0xf')];this['mapAgentsId']=_[_0xdaee('0x10')](this['Agents'],'id');this[_0xdaee('0x11')][_0xdaee('0xf')]=_0x2a29da;};WhatsappQueue[_0xdaee('0xe')][_0xdaee('0x12')]=function(){this[_0xdaee('0x13')]=0x0;this[_0xdaee('0x14')]=0x0;for(var _0x47bf02=0x0;_0x47bf02<this[_0xdaee('0xb')][_0xdaee('0x15')];_0x47bf02+=0x1){if(this['Agents'][_0x47bf02][_0xdaee('0x16')]){this[_0xdaee('0x13')]+=0x1;}if(this[_0xdaee('0xb')][_0x47bf02]['whatsappPause']){this['paused']+=0x1;}}this['available']=this[_0xdaee('0x13')]-this['paused'];this[_0xdaee('0x17')]=this['available']>=0x0?this['available']:0x0;var _0x2a0806={'id':this['id'],'available':this[_0xdaee('0x17')],'loggedIn':this[_0xdaee('0x13')],'name':this[_0xdaee('0x7')],'paused':this['paused'],'waiting':this[_0xdaee('0xc')]};var _0x474138=md5(JSON[_0xdaee('0x18')](_0x2a0806));if(this[_0xdaee('0x1')]!==_0x474138){this[_0xdaee('0x1')]=_0x474138;io['to'](util[_0xdaee('0x19')](_0xdaee('0x1a'),_0x2a0806[_0xdaee('0x7')]))[_0xdaee('0x1b')]('whatsapp_queue:save',_0x2a0806);}};module[_0xdaee('0x1c')]=WhatsappQueue;