657e9c4f7e40bbe78547fd868f8ffa5b1b347740
[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 _0x0e81=['paused','whatsappPause','available','stringify','format','whatsapp:queue:%s','emit','exports','lodash','md5','util','ioredis','../../../config/environment','redis','name','timeout','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','loggedIn'];(function(_0x42ad79,_0x9ef6fe){var _0x4e8500=function(_0x11875f){while(--_0x11875f){_0x42ad79['push'](_0x42ad79['shift']());}};_0x4e8500(++_0x9ef6fe);}(_0x0e81,0x1a0));var _0x10e8=function(_0x169639,_0x146136){_0x169639=_0x169639-0x0;var _0x277351=_0x0e81[_0x169639];return _0x277351;};'use strict';var _=require(_0x10e8('0x0'));var md5=require(_0x10e8('0x1'));var util=require(_0x10e8('0x2'));var Redis=require(_0x10e8('0x3'));var config=require(_0x10e8('0x4'));config[_0x10e8('0x5')]=_['defaults'](config[_0x10e8('0x5')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x10e8('0x5')]));function WhatsappQueue(_0x40097a){this['id']=_0x40097a['id']||0x0;this[_0x10e8('0x6')]=_0x40097a[_0x10e8('0x6')]||'';this['timeout']=_0x40097a[_0x10e8('0x7')]||0xa;this['strategy']=_0x40097a['strategy']||_0x10e8('0x8');this[_0x10e8('0x9')]=_0x40097a[_0x10e8('0x9')];this[_0x10e8('0xa')]={};this[_0x10e8('0xb')]=0x0;this[_0x10e8('0x1')]='';this[_0x10e8('0xc')]();this[_0x10e8('0xd')]();}WhatsappQueue[_0x10e8('0xe')][_0x10e8('0xc')]=function(){var _0xb8c056=this[_0x10e8('0xa')]['_rr'];this[_0x10e8('0xa')]=_['map'](this[_0x10e8('0x9')],'id');this[_0x10e8('0xa')]['_rr']=_0xb8c056;};WhatsappQueue['prototype']['updateRealtime']=function(){this[_0x10e8('0xf')]=0x0;this[_0x10e8('0x10')]=0x0;for(var _0x3763ef=0x0;_0x3763ef<this[_0x10e8('0x9')]['length'];_0x3763ef+=0x1){if(this[_0x10e8('0x9')][_0x3763ef]['online']){this[_0x10e8('0xf')]+=0x1;}if(this[_0x10e8('0x9')][_0x3763ef][_0x10e8('0x11')]){this[_0x10e8('0x10')]+=0x1;}}this[_0x10e8('0x12')]=this[_0x10e8('0xf')]-this[_0x10e8('0x10')];this['available']=this[_0x10e8('0x12')]>=0x0?this[_0x10e8('0x12')]:0x0;var _0x4cb551={'id':this['id'],'available':this[_0x10e8('0x12')],'loggedIn':this['loggedIn'],'name':this[_0x10e8('0x6')],'paused':this[_0x10e8('0x10')],'waiting':this[_0x10e8('0xb')]};var _0x1b454b=md5(JSON[_0x10e8('0x13')](_0x4cb551));if(this[_0x10e8('0x1')]!==_0x1b454b){this[_0x10e8('0x1')]=_0x1b454b;io['to'](util[_0x10e8('0x14')](_0x10e8('0x15'),_0x4cb551['name']))[_0x10e8('0x16')]('whatsapp_queue:save',_0x4cb551);}};module[_0x10e8('0x17')]=WhatsappQueue;