Built motion from commit fe909640.|2.6.8
[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 _0xf310=['md5','util','ioredis','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr','map','paused','length','online','loggedIn','whatsappPause','available','stringify','format','emit','lodash'];(function(_0x3b7161,_0x5dfd3d){var _0x579551=function(_0x53c882){while(--_0x53c882){_0x3b7161['push'](_0x3b7161['shift']());}};_0x579551(++_0x5dfd3d);}(_0xf310,0xd7));var _0x0f31=function(_0x4e029c,_0x704224){_0x4e029c=_0x4e029c-0x0;var _0x1dbb3a=_0xf310[_0x4e029c];return _0x1dbb3a;};'use strict';var _=require(_0x0f31('0x0'));var md5=require(_0x0f31('0x1'));var util=require(_0x0f31('0x2'));var Redis=require(_0x0f31('0x3'));var config=require('../../../config/environment');config[_0x0f31('0x4')]=_['defaults'](config[_0x0f31('0x4')],{'host':_0x0f31('0x5'),'port':0x18eb});var io=require(_0x0f31('0x6'))(new Redis(config[_0x0f31('0x4')]));function WhatsappQueue(_0x27db34){this['id']=_0x27db34['id']||0x0;this[_0x0f31('0x7')]=_0x27db34[_0x0f31('0x7')]||'';this[_0x0f31('0x8')]=_0x27db34[_0x0f31('0x8')]||0xa;this[_0x0f31('0x9')]=_0x27db34[_0x0f31('0x9')]||_0x0f31('0xa');this[_0x0f31('0xb')]=_0x27db34[_0x0f31('0xb')];this[_0x0f31('0xc')]={};this[_0x0f31('0xd')]=0x0;this[_0x0f31('0x1')]='';this[_0x0f31('0xe')]();this[_0x0f31('0xf')]();}WhatsappQueue['prototype'][_0x0f31('0xe')]=function(){var _0xc94a10=this[_0x0f31('0xc')][_0x0f31('0x10')];this[_0x0f31('0xc')]=_[_0x0f31('0x11')](this[_0x0f31('0xb')],'id');this['mapAgentsId'][_0x0f31('0x10')]=_0xc94a10;};WhatsappQueue['prototype'][_0x0f31('0xf')]=function(){this['loggedIn']=0x0;this[_0x0f31('0x12')]=0x0;for(var _0x24e339=0x0;_0x24e339<this['Agents'][_0x0f31('0x13')];_0x24e339+=0x1){if(this[_0x0f31('0xb')][_0x24e339][_0x0f31('0x14')]){this[_0x0f31('0x15')]+=0x1;}if(this[_0x0f31('0xb')][_0x24e339][_0x0f31('0x16')]){this['paused']+=0x1;}}this[_0x0f31('0x17')]=this['loggedIn']-this[_0x0f31('0x12')];this[_0x0f31('0x17')]=this[_0x0f31('0x17')]>=0x0?this['available']:0x0;var _0x4fcd7f={'id':this['id'],'available':this[_0x0f31('0x17')],'loggedIn':this[_0x0f31('0x15')],'name':this[_0x0f31('0x7')],'paused':this[_0x0f31('0x12')],'waiting':this['waiting']};var _0x4c445f=md5(JSON[_0x0f31('0x18')](_0x4fcd7f));if(this[_0x0f31('0x1')]!==_0x4c445f){this[_0x0f31('0x1')]=_0x4c445f;io['to'](util[_0x0f31('0x19')]('whatsapp:queue:%s',_0x4fcd7f[_0x0f31('0x7')]))[_0x0f31('0x1a')]('whatsapp_queue:save',_0x4fcd7f);}};module['exports']=WhatsappQueue;