Built motion from commit da617fac.|2.6.6
[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 _0xc77b=['_rr','length','online','loggedIn','whatsappPause','paused','available','stringify','format','emit','whatsapp_queue:save','exports','lodash','md5','util','ioredis','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','updateRouting','updateRealtime','prototype','mapAgentsId','map'];(function(_0x40c26d,_0x42e923){var _0x271b5a=function(_0x2047a3){while(--_0x2047a3){_0x40c26d['push'](_0x40c26d['shift']());}};_0x271b5a(++_0x42e923);}(_0xc77b,0x88));var _0xbc77=function(_0x3cee6e,_0x2ccb7e){_0x3cee6e=_0x3cee6e-0x0;var _0x138f7e=_0xc77b[_0x3cee6e];return _0x138f7e;};'use strict';var _=require(_0xbc77('0x0'));var md5=require(_0xbc77('0x1'));var util=require(_0xbc77('0x2'));var Redis=require(_0xbc77('0x3'));var config=require('../../../config/environment');config[_0xbc77('0x4')]=_[_0xbc77('0x5')](config[_0xbc77('0x4')],{'host':_0xbc77('0x6'),'port':0x18eb});var io=require(_0xbc77('0x7'))(new Redis(config[_0xbc77('0x4')]));function WhatsappQueue(_0x589683){this['id']=_0x589683['id']||0x0;this['name']=_0x589683[_0xbc77('0x8')]||'';this[_0xbc77('0x9')]=_0x589683['timeout']||0xa;this[_0xbc77('0xa')]=_0x589683['strategy']||_0xbc77('0xb');this[_0xbc77('0xc')]=_0x589683['Agents'];this['mapAgentsId']={};this[_0xbc77('0xd')]=0x0;this['md5']='';this[_0xbc77('0xe')]();this[_0xbc77('0xf')]();}WhatsappQueue[_0xbc77('0x10')][_0xbc77('0xe')]=function(){var _0x8db846=this[_0xbc77('0x11')]['_rr'];this[_0xbc77('0x11')]=_[_0xbc77('0x12')](this[_0xbc77('0xc')],'id');this[_0xbc77('0x11')][_0xbc77('0x13')]=_0x8db846;};WhatsappQueue[_0xbc77('0x10')][_0xbc77('0xf')]=function(){this['loggedIn']=0x0;this['paused']=0x0;for(var _0x5a46e7=0x0;_0x5a46e7<this[_0xbc77('0xc')][_0xbc77('0x14')];_0x5a46e7+=0x1){if(this[_0xbc77('0xc')][_0x5a46e7][_0xbc77('0x15')]){this[_0xbc77('0x16')]+=0x1;}if(this['Agents'][_0x5a46e7][_0xbc77('0x17')]){this[_0xbc77('0x18')]+=0x1;}}this[_0xbc77('0x19')]=this[_0xbc77('0x16')]-this[_0xbc77('0x18')];this[_0xbc77('0x19')]=this[_0xbc77('0x19')]>=0x0?this[_0xbc77('0x19')]:0x0;var _0x43f1e9={'id':this['id'],'available':this[_0xbc77('0x19')],'loggedIn':this[_0xbc77('0x16')],'name':this[_0xbc77('0x8')],'paused':this[_0xbc77('0x18')],'waiting':this['waiting']};var _0x2bfae1=md5(JSON[_0xbc77('0x1a')](_0x43f1e9));if(this['md5']!==_0x2bfae1){this[_0xbc77('0x1')]=_0x2bfae1;io['to'](util[_0xbc77('0x1b')]('whatsapp:queue:%s',_0x43f1e9[_0xbc77('0x8')]))[_0xbc77('0x1c')](_0xbc77('0x1d'),_0x43f1e9);}};module[_0xbc77('0x1e')]=WhatsappQueue;