1f5d77403f0541379f959a16b3ec8bce13059b18
[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 _0xcf92=['md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','waiting','updateRouting','prototype','mapAgentsId','_rr','map','loggedIn','paused','online','whatsappPause','available','stringify','format','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash'];(function(_0x27f92f,_0x2fa692){var _0x1a1729=function(_0x138ed4){while(--_0x138ed4){_0x27f92f['push'](_0x27f92f['shift']());}};_0x1a1729(++_0x2fa692);}(_0xcf92,0x95));var _0x2cf9=function(_0x3200ce,_0x48615a){_0x3200ce=_0x3200ce-0x0;var _0x3f766e=_0xcf92[_0x3200ce];return _0x3f766e;};'use strict';var _=require(_0x2cf9('0x0'));var md5=require(_0x2cf9('0x1'));var util=require(_0x2cf9('0x2'));var Redis=require(_0x2cf9('0x3'));var config=require(_0x2cf9('0x4'));config[_0x2cf9('0x5')]=_[_0x2cf9('0x6')](config[_0x2cf9('0x5')],{'host':_0x2cf9('0x7'),'port':0x18eb});var io=require(_0x2cf9('0x8'))(new Redis(config[_0x2cf9('0x5')]));function WhatsappQueue(_0x3d219f){this['id']=_0x3d219f['id']||0x0;this[_0x2cf9('0x9')]=_0x3d219f[_0x2cf9('0x9')]||'';this['timeout']=_0x3d219f[_0x2cf9('0xa')]||0xa;this['strategy']=_0x3d219f[_0x2cf9('0xb')]||'beepall';this[_0x2cf9('0xc')]=_0x3d219f[_0x2cf9('0xc')];this['mapAgentsId']={};this[_0x2cf9('0xd')]=0x0;this[_0x2cf9('0x1')]='';this[_0x2cf9('0xe')]();this['updateRealtime']();}WhatsappQueue[_0x2cf9('0xf')][_0x2cf9('0xe')]=function(){var _0x56ced6=this[_0x2cf9('0x10')][_0x2cf9('0x11')];this[_0x2cf9('0x10')]=_[_0x2cf9('0x12')](this['Agents'],'id');this[_0x2cf9('0x10')]['_rr']=_0x56ced6;};WhatsappQueue['prototype']['updateRealtime']=function(){this[_0x2cf9('0x13')]=0x0;this[_0x2cf9('0x14')]=0x0;for(var _0x5c91b1=0x0;_0x5c91b1<this[_0x2cf9('0xc')]['length'];_0x5c91b1+=0x1){if(this['Agents'][_0x5c91b1][_0x2cf9('0x15')]){this[_0x2cf9('0x13')]+=0x1;}if(this[_0x2cf9('0xc')][_0x5c91b1][_0x2cf9('0x16')]){this[_0x2cf9('0x14')]+=0x1;}}this[_0x2cf9('0x17')]=this[_0x2cf9('0x13')]-this[_0x2cf9('0x14')];this['available']=this[_0x2cf9('0x17')]>=0x0?this['available']:0x0;var _0x308aec={'id':this['id'],'available':this[_0x2cf9('0x17')],'loggedIn':this[_0x2cf9('0x13')],'name':this[_0x2cf9('0x9')],'paused':this[_0x2cf9('0x14')],'waiting':this[_0x2cf9('0xd')]};var _0x390da2=md5(JSON[_0x2cf9('0x18')](_0x308aec));if(this[_0x2cf9('0x1')]!==_0x390da2){this[_0x2cf9('0x1')]=_0x390da2;io['to'](util[_0x2cf9('0x19')](_0x2cf9('0x1a'),_0x308aec[_0x2cf9('0x9')]))[_0x2cf9('0x1b')](_0x2cf9('0x1c'),_0x308aec);}};module[_0x2cf9('0x1d')]=WhatsappQueue;