Built motion from commit 43538d75.|2.5.35
[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 _0xf11e=['name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','paused','length','online','whatsappPause','available','loggedIn','stringify','format','emit','whatsapp_queue:save','exports','md5','util','ioredis','redis','defaults','localhost','socket.io-emitter'];(function(_0x317e28,_0x1ab5ae){var _0x345e9d=function(_0x4c754d){while(--_0x4c754d){_0x317e28['push'](_0x317e28['shift']());}};_0x345e9d(++_0x1ab5ae);}(_0xf11e,0xd9));var _0xef11=function(_0x16cab4,_0x3b7376){_0x16cab4=_0x16cab4-0x0;var _0x5d1f85=_0xf11e[_0x16cab4];return _0x5d1f85;};'use strict';var _=require('lodash');var md5=require(_0xef11('0x0'));var util=require(_0xef11('0x1'));var Redis=require(_0xef11('0x2'));var config=require('../../../config/environment');config[_0xef11('0x3')]=_[_0xef11('0x4')](config[_0xef11('0x3')],{'host':_0xef11('0x5'),'port':0x18eb});var io=require(_0xef11('0x6'))(new Redis(config[_0xef11('0x3')]));function WhatsappQueue(_0x4028bb){this['id']=_0x4028bb['id']||0x0;this[_0xef11('0x7')]=_0x4028bb[_0xef11('0x7')]||'';this[_0xef11('0x8')]=_0x4028bb['timeout']||0xa;this[_0xef11('0x9')]=_0x4028bb[_0xef11('0x9')]||'beepall';this[_0xef11('0xa')]=_0x4028bb['Agents'];this[_0xef11('0xb')]={};this[_0xef11('0xc')]=0x0;this[_0xef11('0x0')]='';this[_0xef11('0xd')]();this[_0xef11('0xe')]();}WhatsappQueue[_0xef11('0xf')][_0xef11('0xd')]=function(){var _0x1c4357=this[_0xef11('0xb')][_0xef11('0x10')];this[_0xef11('0xb')]=_['map'](this['Agents'],'id');this[_0xef11('0xb')][_0xef11('0x10')]=_0x1c4357;};WhatsappQueue[_0xef11('0xf')][_0xef11('0xe')]=function(){this['loggedIn']=0x0;this[_0xef11('0x11')]=0x0;for(var _0x427e25=0x0;_0x427e25<this[_0xef11('0xa')][_0xef11('0x12')];_0x427e25+=0x1){if(this['Agents'][_0x427e25][_0xef11('0x13')]){this['loggedIn']+=0x1;}if(this[_0xef11('0xa')][_0x427e25][_0xef11('0x14')]){this['paused']+=0x1;}}this[_0xef11('0x15')]=this[_0xef11('0x16')]-this[_0xef11('0x11')];this['available']=this[_0xef11('0x15')]>=0x0?this[_0xef11('0x15')]:0x0;var _0xf4e2a4={'id':this['id'],'available':this[_0xef11('0x15')],'loggedIn':this[_0xef11('0x16')],'name':this[_0xef11('0x7')],'paused':this[_0xef11('0x11')],'waiting':this['waiting']};var _0x4e672f=md5(JSON[_0xef11('0x17')](_0xf4e2a4));if(this[_0xef11('0x0')]!==_0x4e672f){this[_0xef11('0x0')]=_0x4e672f;io['to'](util[_0xef11('0x18')]('whatsapp:queue:%s',_0xf4e2a4['name']))[_0xef11('0x19')](_0xef11('0x1a'),_0xf4e2a4);}};module[_0xef11('0x1b')]=WhatsappQueue;