Built motion from commit (unavailable).|2.5.15
[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 _0x8dfe=['beepall','Agents','waiting','md5','updateRouting','updateRealtime','mapAgentsId','map','_rr','prototype','loggedIn','paused','length','whatsappPause','available','stringify','whatsapp:queue:%s','emit','exports','lodash','util','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy'];(function(_0x17f743,_0x28540e){var _0x4c6c29=function(_0x19a5c9){while(--_0x19a5c9){_0x17f743['push'](_0x17f743['shift']());}};_0x4c6c29(++_0x28540e);}(_0x8dfe,0xa4));var _0xe8df=function(_0x3ab51d,_0x2fa01d){_0x3ab51d=_0x3ab51d-0x0;var _0x29a04e=_0x8dfe[_0x3ab51d];return _0x29a04e;};'use strict';var _=require(_0xe8df('0x0'));var md5=require('md5');var util=require(_0xe8df('0x1'));var Redis=require(_0xe8df('0x2'));var config=require(_0xe8df('0x3'));config[_0xe8df('0x4')]=_[_0xe8df('0x5')](config[_0xe8df('0x4')],{'host':_0xe8df('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function WhatsappQueue(_0x399545){this['id']=_0x399545['id']||0x0;this[_0xe8df('0x7')]=_0x399545[_0xe8df('0x7')]||'';this[_0xe8df('0x8')]=_0x399545['timeout']||0xa;this['strategy']=_0x399545[_0xe8df('0x9')]||_0xe8df('0xa');this['Agents']=_0x399545[_0xe8df('0xb')];this['mapAgentsId']={};this[_0xe8df('0xc')]=0x0;this[_0xe8df('0xd')]='';this[_0xe8df('0xe')]();this[_0xe8df('0xf')]();}WhatsappQueue['prototype'][_0xe8df('0xe')]=function(){var _0x1624d0=this[_0xe8df('0x10')]['_rr'];this[_0xe8df('0x10')]=_[_0xe8df('0x11')](this[_0xe8df('0xb')],'id');this[_0xe8df('0x10')][_0xe8df('0x12')]=_0x1624d0;};WhatsappQueue[_0xe8df('0x13')]['updateRealtime']=function(){this[_0xe8df('0x14')]=0x0;this[_0xe8df('0x15')]=0x0;for(var _0x400d0b=0x0;_0x400d0b<this[_0xe8df('0xb')][_0xe8df('0x16')];_0x400d0b+=0x1){if(this[_0xe8df('0xb')][_0x400d0b]['online']){this['loggedIn']+=0x1;}if(this['Agents'][_0x400d0b][_0xe8df('0x17')]){this[_0xe8df('0x15')]+=0x1;}}this['available']=this[_0xe8df('0x14')]-this[_0xe8df('0x15')];this[_0xe8df('0x18')]=this['available']>=0x0?this['available']:0x0;var _0x4dc8e3={'id':this['id'],'available':this[_0xe8df('0x18')],'loggedIn':this[_0xe8df('0x14')],'name':this[_0xe8df('0x7')],'paused':this[_0xe8df('0x15')],'waiting':this['waiting']};var _0x24f52e=md5(JSON[_0xe8df('0x19')](_0x4dc8e3));if(this[_0xe8df('0xd')]!==_0x24f52e){this[_0xe8df('0xd')]=_0x24f52e;io['to'](util['format'](_0xe8df('0x1a'),_0x4dc8e3[_0xe8df('0x7')]))[_0xe8df('0x1b')]('whatsapp_queue:save',_0x4dc8e3);}};module[_0xe8df('0x1c')]=WhatsappQueue;