b760c754fdf73177c20ee5b1ec0d3bcfffb2c33b
[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 _0xd5ad=['md5','format','whatsapp:queue:%s','emit','whatsapp_queue:save','lodash','util','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','prototype','_rr','updateRealtime','paused','length','online','loggedIn','whatsappPause','available'];(function(_0x1537f0,_0x4c9cc3){var _0xd97ed9=function(_0x591118){while(--_0x591118){_0x1537f0['push'](_0x1537f0['shift']());}};_0xd97ed9(++_0x4c9cc3);}(_0xd5ad,0x1e1));var _0xdd5a=function(_0x23dbda,_0x5977dc){_0x23dbda=_0x23dbda-0x0;var _0x5298f6=_0xd5ad[_0x23dbda];return _0x5298f6;};'use strict';var _=require(_0xdd5a('0x0'));var md5=require('md5');var util=require(_0xdd5a('0x1'));var Redis=require('ioredis');var config=require('../../../config/environment');config[_0xdd5a('0x2')]=_[_0xdd5a('0x3')](config[_0xdd5a('0x2')],{'host':_0xdd5a('0x4'),'port':0x18eb});var io=require(_0xdd5a('0x5'))(new Redis(config[_0xdd5a('0x2')]));function WhatsappQueue(_0x272e40){this['id']=_0x272e40['id']||0x0;this['name']=_0x272e40[_0xdd5a('0x6')]||'';this[_0xdd5a('0x7')]=_0x272e40[_0xdd5a('0x7')]||0xa;this['strategy']=_0x272e40[_0xdd5a('0x8')]||_0xdd5a('0x9');this['Agents']=_0x272e40[_0xdd5a('0xa')];this[_0xdd5a('0xb')]={};this[_0xdd5a('0xc')]=0x0;this['md5']='';this[_0xdd5a('0xd')]();this['updateRealtime']();}WhatsappQueue[_0xdd5a('0xe')][_0xdd5a('0xd')]=function(){var _0x411802=this[_0xdd5a('0xb')][_0xdd5a('0xf')];this[_0xdd5a('0xb')]=_['map'](this['Agents'],'id');this['mapAgentsId'][_0xdd5a('0xf')]=_0x411802;};WhatsappQueue[_0xdd5a('0xe')][_0xdd5a('0x10')]=function(){this['loggedIn']=0x0;this[_0xdd5a('0x11')]=0x0;for(var _0x38af08=0x0;_0x38af08<this[_0xdd5a('0xa')][_0xdd5a('0x12')];_0x38af08+=0x1){if(this[_0xdd5a('0xa')][_0x38af08][_0xdd5a('0x13')]){this[_0xdd5a('0x14')]+=0x1;}if(this[_0xdd5a('0xa')][_0x38af08][_0xdd5a('0x15')]){this[_0xdd5a('0x11')]+=0x1;}}this[_0xdd5a('0x16')]=this[_0xdd5a('0x14')]-this[_0xdd5a('0x11')];this[_0xdd5a('0x16')]=this['available']>=0x0?this[_0xdd5a('0x16')]:0x0;var _0x26f013={'id':this['id'],'available':this[_0xdd5a('0x16')],'loggedIn':this[_0xdd5a('0x14')],'name':this['name'],'paused':this[_0xdd5a('0x11')],'waiting':this[_0xdd5a('0xc')]};var _0x4c9127=md5(JSON['stringify'](_0x26f013));if(this[_0xdd5a('0x17')]!==_0x4c9127){this[_0xdd5a('0x17')]=_0x4c9127;io['to'](util[_0xdd5a('0x18')](_0xdd5a('0x19'),_0x26f013['name']))[_0xdd5a('0x1a')](_0xdd5a('0x1b'),_0x26f013);}};module['exports']=WhatsappQueue;