5a7f674b3dee1edd497e646e94b1140300e344cb
[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 _0x9645=['socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','paused','length','online','loggedIn','available','waiting','stringify','emit','whatsapp_queue:save','lodash','md5','../../../config/environment','redis','defaults','localhost'];(function(_0x46aabc,_0x1b0b24){var _0x10c273=function(_0x341129){while(--_0x341129){_0x46aabc['push'](_0x46aabc['shift']());}};_0x10c273(++_0x1b0b24);}(_0x9645,0x108));var _0x5964=function(_0x5e3a45,_0x45f0c5){_0x5e3a45=_0x5e3a45-0x0;var _0x13419f=_0x9645[_0x5e3a45];return _0x13419f;};'use strict';var _=require(_0x5964('0x0'));var md5=require(_0x5964('0x1'));var util=require('util');var Redis=require('ioredis');var config=require(_0x5964('0x2'));config[_0x5964('0x3')]=_[_0x5964('0x4')](config[_0x5964('0x3')],{'host':_0x5964('0x5'),'port':0x18eb});var io=require(_0x5964('0x6'))(new Redis(config[_0x5964('0x3')]));function WhatsappQueue(_0x5cb523){this['id']=_0x5cb523['id']||0x0;this[_0x5964('0x7')]=_0x5cb523['name']||'';this[_0x5964('0x8')]=_0x5cb523['timeout']||0xa;this[_0x5964('0x9')]=_0x5cb523[_0x5964('0x9')]||_0x5964('0xa');this[_0x5964('0xb')]=_0x5cb523[_0x5964('0xb')];this[_0x5964('0xc')]={};this['waiting']=0x0;this[_0x5964('0x1')]='';this[_0x5964('0xd')]();this[_0x5964('0xe')]();}WhatsappQueue[_0x5964('0xf')][_0x5964('0xd')]=function(){var _0x3805c9=this[_0x5964('0xc')][_0x5964('0x10')];this[_0x5964('0xc')]=_[_0x5964('0x11')](this[_0x5964('0xb')],'id');this['mapAgentsId']['_rr']=_0x3805c9;};WhatsappQueue[_0x5964('0xf')][_0x5964('0xe')]=function(){this['loggedIn']=0x0;this[_0x5964('0x12')]=0x0;for(var _0x3b691d=0x0;_0x3b691d<this['Agents'][_0x5964('0x13')];_0x3b691d+=0x1){if(this['Agents'][_0x3b691d][_0x5964('0x14')]){this[_0x5964('0x15')]+=0x1;}if(this['Agents'][_0x3b691d]['whatsappPause']){this[_0x5964('0x12')]+=0x1;}}this[_0x5964('0x16')]=this[_0x5964('0x15')]-this[_0x5964('0x12')];this['available']=this['available']>=0x0?this[_0x5964('0x16')]:0x0;var _0x32180a={'id':this['id'],'available':this[_0x5964('0x16')],'loggedIn':this[_0x5964('0x15')],'name':this[_0x5964('0x7')],'paused':this[_0x5964('0x12')],'waiting':this[_0x5964('0x17')]};var _0x7c35b9=md5(JSON[_0x5964('0x18')](_0x32180a));if(this[_0x5964('0x1')]!==_0x7c35b9){this[_0x5964('0x1')]=_0x7c35b9;io['to'](util['format']('whatsapp:queue:%s',_0x32180a[_0x5964('0x7')]))[_0x5964('0x19')](_0x5964('0x1a'),_0x32180a);}};module['exports']=WhatsappQueue;