701489436ea8619962b3ce1eaa19ae321894873a
[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 _0x6cdf=['updateRealtime','prototype','_rr','loggedIn','online','whatsappPause','paused','available','stringify','format','whatsapp:queue:%s','emit','whatsapp_queue:save','lodash','ioredis','redis','defaults','localhost','name','timeout','strategy','Agents','mapAgentsId','waiting','md5','updateRouting'];(function(_0x3132e8,_0x499a0e){var _0x43eb8c=function(_0x2321e1){while(--_0x2321e1){_0x3132e8['push'](_0x3132e8['shift']());}};_0x43eb8c(++_0x499a0e);}(_0x6cdf,0x1e1));var _0xf6cd=function(_0x348860,_0x4531f6){_0x348860=_0x348860-0x0;var _0x2fc2ad=_0x6cdf[_0x348860];return _0x2fc2ad;};'use strict';var _=require(_0xf6cd('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0xf6cd('0x1'));var config=require('../../../config/environment');config[_0xf6cd('0x2')]=_[_0xf6cd('0x3')](config[_0xf6cd('0x2')],{'host':_0xf6cd('0x4'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xf6cd('0x2')]));function WhatsappQueue(_0x305468){this['id']=_0x305468['id']||0x0;this[_0xf6cd('0x5')]=_0x305468['name']||'';this[_0xf6cd('0x6')]=_0x305468[_0xf6cd('0x6')]||0xa;this['strategy']=_0x305468[_0xf6cd('0x7')]||'beepall';this[_0xf6cd('0x8')]=_0x305468[_0xf6cd('0x8')];this[_0xf6cd('0x9')]={};this[_0xf6cd('0xa')]=0x0;this[_0xf6cd('0xb')]='';this[_0xf6cd('0xc')]();this[_0xf6cd('0xd')]();}WhatsappQueue[_0xf6cd('0xe')][_0xf6cd('0xc')]=function(){var _0x17692e=this[_0xf6cd('0x9')][_0xf6cd('0xf')];this['mapAgentsId']=_['map'](this[_0xf6cd('0x8')],'id');this[_0xf6cd('0x9')][_0xf6cd('0xf')]=_0x17692e;};WhatsappQueue['prototype'][_0xf6cd('0xd')]=function(){this[_0xf6cd('0x10')]=0x0;this['paused']=0x0;for(var _0xdcfe3f=0x0;_0xdcfe3f<this[_0xf6cd('0x8')]['length'];_0xdcfe3f+=0x1){if(this[_0xf6cd('0x8')][_0xdcfe3f][_0xf6cd('0x11')]){this[_0xf6cd('0x10')]+=0x1;}if(this[_0xf6cd('0x8')][_0xdcfe3f][_0xf6cd('0x12')]){this[_0xf6cd('0x13')]+=0x1;}}this[_0xf6cd('0x14')]=this[_0xf6cd('0x10')]-this[_0xf6cd('0x13')];this['available']=this['available']>=0x0?this['available']:0x0;var _0x1f6154={'id':this['id'],'available':this['available'],'loggedIn':this[_0xf6cd('0x10')],'name':this[_0xf6cd('0x5')],'paused':this[_0xf6cd('0x13')],'waiting':this['waiting']};var _0x289a5d=md5(JSON[_0xf6cd('0x15')](_0x1f6154));if(this[_0xf6cd('0xb')]!==_0x289a5d){this[_0xf6cd('0xb')]=_0x289a5d;io['to'](util[_0xf6cd('0x16')](_0xf6cd('0x17'),_0x1f6154[_0xf6cd('0x5')]))[_0xf6cd('0x18')](_0xf6cd('0x19'),_0x1f6154);}};module['exports']=WhatsappQueue;