Built motion from commit (unavailable).|2.5.7
[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 _0x05e2=['mapAgentsId','waiting','updateRouting','updateRealtime','_rr','prototype','loggedIn','paused','length','whatsappPause','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'];(function(_0x51e518,_0x1921e0){var _0x124bdb=function(_0x52160b){while(--_0x52160b){_0x51e518['push'](_0x51e518['shift']());}};_0x124bdb(++_0x1921e0);}(_0x05e2,0x179));var _0x205e=function(_0x4452dc,_0x479149){_0x4452dc=_0x4452dc-0x0;var _0x52b892=_0x05e2[_0x4452dc];return _0x52b892;};'use strict';var _=require(_0x205e('0x0'));var md5=require(_0x205e('0x1'));var util=require(_0x205e('0x2'));var Redis=require(_0x205e('0x3'));var config=require(_0x205e('0x4'));config[_0x205e('0x5')]=_[_0x205e('0x6')](config[_0x205e('0x5')],{'host':'localhost','port':0x18eb});var io=require(_0x205e('0x7'))(new Redis(config[_0x205e('0x5')]));function WhatsappQueue(_0x387d89){this['id']=_0x387d89['id']||0x0;this[_0x205e('0x8')]=_0x387d89[_0x205e('0x8')]||'';this[_0x205e('0x9')]=_0x387d89[_0x205e('0x9')]||0xa;this[_0x205e('0xa')]=_0x387d89['strategy']||_0x205e('0xb');this[_0x205e('0xc')]=_0x387d89[_0x205e('0xc')];this[_0x205e('0xd')]={};this[_0x205e('0xe')]=0x0;this[_0x205e('0x1')]='';this[_0x205e('0xf')]();this[_0x205e('0x10')]();}WhatsappQueue['prototype'][_0x205e('0xf')]=function(){var _0x619bce=this[_0x205e('0xd')][_0x205e('0x11')];this[_0x205e('0xd')]=_['map'](this[_0x205e('0xc')],'id');this[_0x205e('0xd')][_0x205e('0x11')]=_0x619bce;};WhatsappQueue[_0x205e('0x12')][_0x205e('0x10')]=function(){this[_0x205e('0x13')]=0x0;this[_0x205e('0x14')]=0x0;for(var _0x465f53=0x0;_0x465f53<this[_0x205e('0xc')][_0x205e('0x15')];_0x465f53+=0x1){if(this[_0x205e('0xc')][_0x465f53]['online']){this[_0x205e('0x13')]+=0x1;}if(this[_0x205e('0xc')][_0x465f53][_0x205e('0x16')]){this['paused']+=0x1;}}this[_0x205e('0x17')]=this[_0x205e('0x13')]-this[_0x205e('0x14')];this[_0x205e('0x17')]=this['available']>=0x0?this[_0x205e('0x17')]:0x0;var _0x25505f={'id':this['id'],'available':this['available'],'loggedIn':this[_0x205e('0x13')],'name':this[_0x205e('0x8')],'paused':this['paused'],'waiting':this[_0x205e('0xe')]};var _0x3f2ade=md5(JSON[_0x205e('0x18')](_0x25505f));if(this[_0x205e('0x1')]!==_0x3f2ade){this[_0x205e('0x1')]=_0x3f2ade;io['to'](util[_0x205e('0x19')](_0x205e('0x1a'),_0x25505f[_0x205e('0x8')]))[_0x205e('0x1b')](_0x205e('0x1c'),_0x25505f);}};module[_0x205e('0x1d')]=WhatsappQueue;