528a4c6e9ee21799a0bb13fe3559e843c491ccf1
[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 _0x4bda=['updateRealtime','prototype','_rr','map','loggedIn','online','whatsappPause','paused','available','stringify','format','whatsapp:queue:%s','emit','whatsapp_queue:save','lodash','md5','util','ioredis','../../../config/environment','defaults','redis','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting'];(function(_0x478e6a,_0x5d511d){var _0x4195d0=function(_0x337deb){while(--_0x337deb){_0x478e6a['push'](_0x478e6a['shift']());}};_0x4195d0(++_0x5d511d);}(_0x4bda,0x194));var _0xa4bd=function(_0x31716e,_0x57a4a3){_0x31716e=_0x31716e-0x0;var _0x176177=_0x4bda[_0x31716e];return _0x176177;};'use strict';var _=require(_0xa4bd('0x0'));var md5=require(_0xa4bd('0x1'));var util=require(_0xa4bd('0x2'));var Redis=require(_0xa4bd('0x3'));var config=require(_0xa4bd('0x4'));config['redis']=_[_0xa4bd('0x5')](config[_0xa4bd('0x6')],{'host':'localhost','port':0x18eb});var io=require(_0xa4bd('0x7'))(new Redis(config[_0xa4bd('0x6')]));function WhatsappQueue(_0x5a4296){this['id']=_0x5a4296['id']||0x0;this[_0xa4bd('0x8')]=_0x5a4296['name']||'';this['timeout']=_0x5a4296[_0xa4bd('0x9')]||0xa;this[_0xa4bd('0xa')]=_0x5a4296[_0xa4bd('0xa')]||_0xa4bd('0xb');this[_0xa4bd('0xc')]=_0x5a4296[_0xa4bd('0xc')];this[_0xa4bd('0xd')]={};this[_0xa4bd('0xe')]=0x0;this[_0xa4bd('0x1')]='';this[_0xa4bd('0xf')]();this[_0xa4bd('0x10')]();}WhatsappQueue[_0xa4bd('0x11')]['updateRouting']=function(){var _0x5a8916=this['mapAgentsId'][_0xa4bd('0x12')];this[_0xa4bd('0xd')]=_[_0xa4bd('0x13')](this[_0xa4bd('0xc')],'id');this['mapAgentsId']['_rr']=_0x5a8916;};WhatsappQueue[_0xa4bd('0x11')]['updateRealtime']=function(){this[_0xa4bd('0x14')]=0x0;this['paused']=0x0;for(var _0x118194=0x0;_0x118194<this[_0xa4bd('0xc')]['length'];_0x118194+=0x1){if(this[_0xa4bd('0xc')][_0x118194][_0xa4bd('0x15')]){this[_0xa4bd('0x14')]+=0x1;}if(this[_0xa4bd('0xc')][_0x118194][_0xa4bd('0x16')]){this[_0xa4bd('0x17')]+=0x1;}}this[_0xa4bd('0x18')]=this[_0xa4bd('0x14')]-this['paused'];this[_0xa4bd('0x18')]=this[_0xa4bd('0x18')]>=0x0?this['available']:0x0;var _0x360ed7={'id':this['id'],'available':this['available'],'loggedIn':this[_0xa4bd('0x14')],'name':this[_0xa4bd('0x8')],'paused':this[_0xa4bd('0x17')],'waiting':this[_0xa4bd('0xe')]};var _0x2eee20=md5(JSON[_0xa4bd('0x19')](_0x360ed7));if(this[_0xa4bd('0x1')]!==_0x2eee20){this['md5']=_0x2eee20;io['to'](util[_0xa4bd('0x1a')](_0xa4bd('0x1b'),_0x360ed7['name']))[_0xa4bd('0x1c')](_0xa4bd('0x1d'),_0x360ed7);}};module['exports']=WhatsappQueue;