Built motion from commit f7863d46.|2.5.41
[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 _0x647a=['localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','paused','whatsappPause','loggedIn','available','format','whatsapp:queue:%s','emit','exports','lodash','md5','util','redis','defaults'];(function(_0x46e363,_0x45d7e2){var _0x3fb059=function(_0x5e6274){while(--_0x5e6274){_0x46e363['push'](_0x46e363['shift']());}};_0x3fb059(++_0x45d7e2);}(_0x647a,0x119));var _0xa647=function(_0x51f012,_0x629f0d){_0x51f012=_0x51f012-0x0;var _0x1e3e8f=_0x647a[_0x51f012];return _0x1e3e8f;};'use strict';var _=require(_0xa647('0x0'));var md5=require(_0xa647('0x1'));var util=require(_0xa647('0x2'));var Redis=require('ioredis');var config=require('../../../config/environment');config[_0xa647('0x3')]=_[_0xa647('0x4')](config[_0xa647('0x3')],{'host':_0xa647('0x5'),'port':0x18eb});var io=require(_0xa647('0x6'))(new Redis(config[_0xa647('0x3')]));function WhatsappQueue(_0x43d473){this['id']=_0x43d473['id']||0x0;this['name']=_0x43d473[_0xa647('0x7')]||'';this['timeout']=_0x43d473[_0xa647('0x8')]||0xa;this['strategy']=_0x43d473[_0xa647('0x9')]||_0xa647('0xa');this['Agents']=_0x43d473[_0xa647('0xb')];this[_0xa647('0xc')]={};this[_0xa647('0xd')]=0x0;this[_0xa647('0x1')]='';this[_0xa647('0xe')]();this[_0xa647('0xf')]();}WhatsappQueue[_0xa647('0x10')][_0xa647('0xe')]=function(){var _0x3907f5=this[_0xa647('0xc')][_0xa647('0x11')];this['mapAgentsId']=_['map'](this[_0xa647('0xb')],'id');this['mapAgentsId'][_0xa647('0x11')]=_0x3907f5;};WhatsappQueue['prototype']['updateRealtime']=function(){this['loggedIn']=0x0;this[_0xa647('0x12')]=0x0;for(var _0x3feb52=0x0;_0x3feb52<this[_0xa647('0xb')]['length'];_0x3feb52+=0x1){if(this[_0xa647('0xb')][_0x3feb52]['online']){this['loggedIn']+=0x1;}if(this['Agents'][_0x3feb52][_0xa647('0x13')]){this['paused']+=0x1;}}this['available']=this[_0xa647('0x14')]-this[_0xa647('0x12')];this['available']=this[_0xa647('0x15')]>=0x0?this[_0xa647('0x15')]:0x0;var _0x4b6ef4={'id':this['id'],'available':this[_0xa647('0x15')],'loggedIn':this[_0xa647('0x14')],'name':this[_0xa647('0x7')],'paused':this['paused'],'waiting':this[_0xa647('0xd')]};var _0x4ef544=md5(JSON['stringify'](_0x4b6ef4));if(this[_0xa647('0x1')]!==_0x4ef544){this[_0xa647('0x1')]=_0x4ef544;io['to'](util[_0xa647('0x16')](_0xa647('0x17'),_0x4b6ef4[_0xa647('0x7')]))[_0xa647('0x18')]('whatsapp_queue:save',_0x4b6ef4);}};module[_0xa647('0x19')]=WhatsappQueue;