Built motion from commit 639a1a7f.|2.6.19
[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 _0xf45e=['loggedIn','paused','length','whatsappPause','available','stringify','format','whatsapp:queue:%s','emit','exports','lodash','md5','util','ioredis','../../../config/environment','defaults','localhost','socket.io-emitter','redis','name','timeout','strategy','Agents','waiting','updateRouting','updateRealtime','prototype','mapAgentsId','map','_rr'];(function(_0x38e870,_0x3d2e6a){var _0x2dabbe=function(_0x3ddea3){while(--_0x3ddea3){_0x38e870['push'](_0x38e870['shift']());}};_0x2dabbe(++_0x3d2e6a);}(_0xf45e,0xa0));var _0xef45=function(_0x12ab8e,_0xe231cc){_0x12ab8e=_0x12ab8e-0x0;var _0x488cf3=_0xf45e[_0x12ab8e];return _0x488cf3;};'use strict';var _=require(_0xef45('0x0'));var md5=require(_0xef45('0x1'));var util=require(_0xef45('0x2'));var Redis=require(_0xef45('0x3'));var config=require(_0xef45('0x4'));config['redis']=_[_0xef45('0x5')](config['redis'],{'host':_0xef45('0x6'),'port':0x18eb});var io=require(_0xef45('0x7'))(new Redis(config[_0xef45('0x8')]));function WhatsappQueue(_0x266ced){this['id']=_0x266ced['id']||0x0;this[_0xef45('0x9')]=_0x266ced[_0xef45('0x9')]||'';this[_0xef45('0xa')]=_0x266ced[_0xef45('0xa')]||0xa;this[_0xef45('0xb')]=_0x266ced[_0xef45('0xb')]||'beepall';this[_0xef45('0xc')]=_0x266ced['Agents'];this['mapAgentsId']={};this[_0xef45('0xd')]=0x0;this[_0xef45('0x1')]='';this[_0xef45('0xe')]();this[_0xef45('0xf')]();}WhatsappQueue[_0xef45('0x10')][_0xef45('0xe')]=function(){var _0x418731=this[_0xef45('0x11')]['_rr'];this['mapAgentsId']=_[_0xef45('0x12')](this[_0xef45('0xc')],'id');this[_0xef45('0x11')][_0xef45('0x13')]=_0x418731;};WhatsappQueue[_0xef45('0x10')][_0xef45('0xf')]=function(){this[_0xef45('0x14')]=0x0;this[_0xef45('0x15')]=0x0;for(var _0xa21385=0x0;_0xa21385<this['Agents'][_0xef45('0x16')];_0xa21385+=0x1){if(this[_0xef45('0xc')][_0xa21385]['online']){this[_0xef45('0x14')]+=0x1;}if(this[_0xef45('0xc')][_0xa21385][_0xef45('0x17')]){this[_0xef45('0x15')]+=0x1;}}this[_0xef45('0x18')]=this[_0xef45('0x14')]-this[_0xef45('0x15')];this['available']=this[_0xef45('0x18')]>=0x0?this['available']:0x0;var _0x27067e={'id':this['id'],'available':this[_0xef45('0x18')],'loggedIn':this[_0xef45('0x14')],'name':this[_0xef45('0x9')],'paused':this[_0xef45('0x15')],'waiting':this[_0xef45('0xd')]};var _0x5de664=md5(JSON[_0xef45('0x19')](_0x27067e));if(this[_0xef45('0x1')]!==_0x5de664){this['md5']=_0x5de664;io['to'](util[_0xef45('0x1a')](_0xef45('0x1b'),_0x27067e[_0xef45('0x9')]))[_0xef45('0x1c')]('whatsapp_queue:save',_0x27067e);}};module[_0xef45('0x1d')]=WhatsappQueue;