daf6eabd7fbb946285808a3ee5b93b2f5fc0a342
[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 _0x51b8=['lodash','ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','length','online','whatsappPause','paused','available','stringify','whatsapp_queue:save','exports'];(function(_0x4ee06b,_0x5bf53a){var _0x3a0931=function(_0x5afe03){while(--_0x5afe03){_0x4ee06b['push'](_0x4ee06b['shift']());}};_0x3a0931(++_0x5bf53a);}(_0x51b8,0x1ba));var _0x851b=function(_0x45872d,_0x1972be){_0x45872d=_0x45872d-0x0;var _0x21e016=_0x51b8[_0x45872d];return _0x21e016;};'use strict';var _=require(_0x851b('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0x851b('0x1'));var config=require(_0x851b('0x2'));config[_0x851b('0x3')]=_['defaults'](config[_0x851b('0x3')],{'host':_0x851b('0x4'),'port':0x18eb});var io=require(_0x851b('0x5'))(new Redis(config['redis']));function WhatsappQueue(_0x20e8a5){this['id']=_0x20e8a5['id']||0x0;this[_0x851b('0x6')]=_0x20e8a5[_0x851b('0x6')]||'';this['timeout']=_0x20e8a5[_0x851b('0x7')]||0xa;this[_0x851b('0x8')]=_0x20e8a5[_0x851b('0x8')]||'beepall';this[_0x851b('0x9')]=_0x20e8a5[_0x851b('0x9')];this[_0x851b('0xa')]={};this[_0x851b('0xb')]=0x0;this['md5']='';this[_0x851b('0xc')]();this[_0x851b('0xd')]();}WhatsappQueue[_0x851b('0xe')][_0x851b('0xc')]=function(){var _0x14744c=this[_0x851b('0xa')][_0x851b('0xf')];this['mapAgentsId']=_[_0x851b('0x10')](this[_0x851b('0x9')],'id');this[_0x851b('0xa')][_0x851b('0xf')]=_0x14744c;};WhatsappQueue['prototype'][_0x851b('0xd')]=function(){this[_0x851b('0x11')]=0x0;this['paused']=0x0;for(var _0x1dc5e0=0x0;_0x1dc5e0<this[_0x851b('0x9')][_0x851b('0x12')];_0x1dc5e0+=0x1){if(this[_0x851b('0x9')][_0x1dc5e0][_0x851b('0x13')]){this['loggedIn']+=0x1;}if(this[_0x851b('0x9')][_0x1dc5e0][_0x851b('0x14')]){this[_0x851b('0x15')]+=0x1;}}this[_0x851b('0x16')]=this[_0x851b('0x11')]-this[_0x851b('0x15')];this[_0x851b('0x16')]=this[_0x851b('0x16')]>=0x0?this['available']:0x0;var _0x2d3203={'id':this['id'],'available':this[_0x851b('0x16')],'loggedIn':this[_0x851b('0x11')],'name':this['name'],'paused':this[_0x851b('0x15')],'waiting':this[_0x851b('0xb')]};var _0xd00fb7=md5(JSON[_0x851b('0x17')](_0x2d3203));if(this['md5']!==_0xd00fb7){this['md5']=_0xd00fb7;io['to'](util['format']('whatsapp:queue:%s',_0x2d3203[_0x851b('0x6')]))['emit'](_0x851b('0x18'),_0x2d3203);}};module[_0x851b('0x19')]=WhatsappQueue;