f8f7e22ecc045432dce2c048d18b1b191f1ed41d
[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 _0xd1b5=['mapAgentsId','map','_rr','loggedIn','length','online','whatsappPause','paused','available','waiting','stringify','format','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','util','ioredis','../../../config/environment','defaults','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','md5','prototype'];(function(_0x568cf0,_0x1a44cb){var _0x360f81=function(_0x414953){while(--_0x414953){_0x568cf0['push'](_0x568cf0['shift']());}};_0x360f81(++_0x1a44cb);}(_0xd1b5,0xc4));var _0x5d1b=function(_0x261af8,_0x3a2e2a){_0x261af8=_0x261af8-0x0;var _0x19e90c=_0xd1b5[_0x261af8];return _0x19e90c;};'use strict';var _=require('lodash');var md5=require('md5');var util=require(_0x5d1b('0x0'));var Redis=require(_0x5d1b('0x1'));var config=require(_0x5d1b('0x2'));config['redis']=_[_0x5d1b('0x3')](config[_0x5d1b('0x4')],{'host':_0x5d1b('0x5'),'port':0x18eb});var io=require(_0x5d1b('0x6'))(new Redis(config[_0x5d1b('0x4')]));function WhatsappQueue(_0xb7d8f8){this['id']=_0xb7d8f8['id']||0x0;this[_0x5d1b('0x7')]=_0xb7d8f8[_0x5d1b('0x7')]||'';this[_0x5d1b('0x8')]=_0xb7d8f8[_0x5d1b('0x8')]||0xa;this[_0x5d1b('0x9')]=_0xb7d8f8['strategy']||_0x5d1b('0xa');this[_0x5d1b('0xb')]=_0xb7d8f8[_0x5d1b('0xb')];this['mapAgentsId']={};this['waiting']=0x0;this[_0x5d1b('0xc')]='';this['updateRouting']();this['updateRealtime']();}WhatsappQueue[_0x5d1b('0xd')]['updateRouting']=function(){var _0x530eaa=this[_0x5d1b('0xe')]['_rr'];this[_0x5d1b('0xe')]=_[_0x5d1b('0xf')](this[_0x5d1b('0xb')],'id');this[_0x5d1b('0xe')][_0x5d1b('0x10')]=_0x530eaa;};WhatsappQueue[_0x5d1b('0xd')]['updateRealtime']=function(){this[_0x5d1b('0x11')]=0x0;this['paused']=0x0;for(var _0x2d8b1d=0x0;_0x2d8b1d<this[_0x5d1b('0xb')][_0x5d1b('0x12')];_0x2d8b1d+=0x1){if(this[_0x5d1b('0xb')][_0x2d8b1d][_0x5d1b('0x13')]){this['loggedIn']+=0x1;}if(this[_0x5d1b('0xb')][_0x2d8b1d][_0x5d1b('0x14')]){this[_0x5d1b('0x15')]+=0x1;}}this[_0x5d1b('0x16')]=this[_0x5d1b('0x11')]-this[_0x5d1b('0x15')];this[_0x5d1b('0x16')]=this[_0x5d1b('0x16')]>=0x0?this[_0x5d1b('0x16')]:0x0;var _0x3a5c73={'id':this['id'],'available':this['available'],'loggedIn':this[_0x5d1b('0x11')],'name':this[_0x5d1b('0x7')],'paused':this[_0x5d1b('0x15')],'waiting':this[_0x5d1b('0x17')]};var _0x56510a=md5(JSON[_0x5d1b('0x18')](_0x3a5c73));if(this[_0x5d1b('0xc')]!==_0x56510a){this[_0x5d1b('0xc')]=_0x56510a;io['to'](util[_0x5d1b('0x19')](_0x5d1b('0x1a'),_0x3a5c73['name']))[_0x5d1b('0x1b')](_0x5d1b('0x1c'),_0x3a5c73);}};module[_0x5d1b('0x1d')]=WhatsappQueue;