0f1f3e0f3c201ba15ef5692226db0f396731b504
[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 _0x4e2c=['_rr','prototype','loggedIn','paused','length','online','available','name','emit','whatsapp_queue:save','exports','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','map'];(function(_0xfbe8b7,_0xcb231a){var _0x3deb04=function(_0x2a7f79){while(--_0x2a7f79){_0xfbe8b7['push'](_0xfbe8b7['shift']());}};_0x3deb04(++_0xcb231a);}(_0x4e2c,0xe3));var _0xc4e2=function(_0x4f2c87,_0xe342ca){_0x4f2c87=_0x4f2c87-0x0;var _0x4ad876=_0x4e2c[_0x4f2c87];return _0x4ad876;};'use strict';var _=require('lodash');var md5=require(_0xc4e2('0x0'));var util=require(_0xc4e2('0x1'));var Redis=require(_0xc4e2('0x2'));var config=require(_0xc4e2('0x3'));config[_0xc4e2('0x4')]=_[_0xc4e2('0x5')](config[_0xc4e2('0x4')],{'host':_0xc4e2('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xc4e2('0x4')]));function WhatsappQueue(_0x43d546){this['id']=_0x43d546['id']||0x0;this['name']=_0x43d546['name']||'';this[_0xc4e2('0x7')]=_0x43d546['timeout']||0xa;this[_0xc4e2('0x8')]=_0x43d546[_0xc4e2('0x8')]||_0xc4e2('0x9');this[_0xc4e2('0xa')]=_0x43d546[_0xc4e2('0xa')];this[_0xc4e2('0xb')]={};this[_0xc4e2('0xc')]=0x0;this['md5']='';this[_0xc4e2('0xd')]();this[_0xc4e2('0xe')]();}WhatsappQueue['prototype'][_0xc4e2('0xd')]=function(){var _0x429fce=this[_0xc4e2('0xb')]['_rr'];this[_0xc4e2('0xb')]=_[_0xc4e2('0xf')](this['Agents'],'id');this[_0xc4e2('0xb')][_0xc4e2('0x10')]=_0x429fce;};WhatsappQueue[_0xc4e2('0x11')][_0xc4e2('0xe')]=function(){this[_0xc4e2('0x12')]=0x0;this[_0xc4e2('0x13')]=0x0;for(var _0xd73e25=0x0;_0xd73e25<this[_0xc4e2('0xa')][_0xc4e2('0x14')];_0xd73e25+=0x1){if(this[_0xc4e2('0xa')][_0xd73e25][_0xc4e2('0x15')]){this['loggedIn']+=0x1;}if(this[_0xc4e2('0xa')][_0xd73e25]['whatsappPause']){this[_0xc4e2('0x13')]+=0x1;}}this[_0xc4e2('0x16')]=this[_0xc4e2('0x12')]-this[_0xc4e2('0x13')];this[_0xc4e2('0x16')]=this[_0xc4e2('0x16')]>=0x0?this['available']:0x0;var _0x1faf10={'id':this['id'],'available':this[_0xc4e2('0x16')],'loggedIn':this['loggedIn'],'name':this[_0xc4e2('0x17')],'paused':this[_0xc4e2('0x13')],'waiting':this[_0xc4e2('0xc')]};var _0x3db782=md5(JSON['stringify'](_0x1faf10));if(this[_0xc4e2('0x0')]!==_0x3db782){this['md5']=_0x3db782;io['to'](util['format']('whatsapp:queue:%s',_0x1faf10['name']))[_0xc4e2('0x18')](_0xc4e2('0x19'),_0x1faf10);}};module[_0xc4e2('0x1a')]=WhatsappQueue;