Built motion from commit (unavailable).|2.5.22
[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 _0xfc50=['available','stringify','format','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','paused','loggedIn','whatsappPause'];(function(_0x380120,_0x7dc75c){var _0x208b90=function(_0xa35c23){while(--_0xa35c23){_0x380120['push'](_0x380120['shift']());}};_0x208b90(++_0x7dc75c);}(_0xfc50,0x1d7));var _0x0fc5=function(_0x55e08b,_0x421620){_0x55e08b=_0x55e08b-0x0;var _0xd1a7ff=_0xfc50[_0x55e08b];return _0xd1a7ff;};'use strict';var _=require(_0x0fc5('0x0'));var md5=require(_0x0fc5('0x1'));var util=require(_0x0fc5('0x2'));var Redis=require(_0x0fc5('0x3'));var config=require(_0x0fc5('0x4'));config[_0x0fc5('0x5')]=_[_0x0fc5('0x6')](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0x0fc5('0x7'))(new Redis(config[_0x0fc5('0x5')]));function WhatsappQueue(_0x37dc35){this['id']=_0x37dc35['id']||0x0;this[_0x0fc5('0x8')]=_0x37dc35[_0x0fc5('0x8')]||'';this['timeout']=_0x37dc35[_0x0fc5('0x9')]||0xa;this[_0x0fc5('0xa')]=_0x37dc35[_0x0fc5('0xa')]||_0x0fc5('0xb');this[_0x0fc5('0xc')]=_0x37dc35[_0x0fc5('0xc')];this[_0x0fc5('0xd')]={};this[_0x0fc5('0xe')]=0x0;this[_0x0fc5('0x1')]='';this[_0x0fc5('0xf')]();this[_0x0fc5('0x10')]();}WhatsappQueue[_0x0fc5('0x11')][_0x0fc5('0xf')]=function(){var _0x1b4301=this['mapAgentsId']['_rr'];this['mapAgentsId']=_['map'](this[_0x0fc5('0xc')],'id');this[_0x0fc5('0xd')][_0x0fc5('0x12')]=_0x1b4301;};WhatsappQueue[_0x0fc5('0x11')][_0x0fc5('0x10')]=function(){this['loggedIn']=0x0;this[_0x0fc5('0x13')]=0x0;for(var _0x30dd70=0x0;_0x30dd70<this[_0x0fc5('0xc')]['length'];_0x30dd70+=0x1){if(this[_0x0fc5('0xc')][_0x30dd70]['online']){this[_0x0fc5('0x14')]+=0x1;}if(this[_0x0fc5('0xc')][_0x30dd70][_0x0fc5('0x15')]){this['paused']+=0x1;}}this['available']=this[_0x0fc5('0x14')]-this[_0x0fc5('0x13')];this[_0x0fc5('0x16')]=this[_0x0fc5('0x16')]>=0x0?this[_0x0fc5('0x16')]:0x0;var _0xe82cc={'id':this['id'],'available':this['available'],'loggedIn':this['loggedIn'],'name':this[_0x0fc5('0x8')],'paused':this['paused'],'waiting':this[_0x0fc5('0xe')]};var _0x1819fc=md5(JSON[_0x0fc5('0x17')](_0xe82cc));if(this[_0x0fc5('0x1')]!==_0x1819fc){this[_0x0fc5('0x1')]=_0x1819fc;io['to'](util[_0x0fc5('0x18')](_0x0fc5('0x19'),_0xe82cc[_0x0fc5('0x8')]))[_0x0fc5('0x1a')](_0x0fc5('0x1b'),_0xe82cc);}};module[_0x0fc5('0x1c')]=WhatsappQueue;