721ddd6e7d3c64bd729f92f61b96d17e0fd424e5
[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 _0x077a=['socket.io-emitter','redis','name','timeout','beepall','Agents','mapAgentsId','updateRouting','prototype','_rr','map','updateRealtime','loggedIn','length','online','whatsappPause','paused','available','waiting','format','whatsapp:queue:%s','whatsapp_queue:save','exports','lodash','md5','util','../../../config/environment','defaults','localhost'];(function(_0x48d6a3,_0x37c848){var _0x38bfa0=function(_0x3fba2e){while(--_0x3fba2e){_0x48d6a3['push'](_0x48d6a3['shift']());}};_0x38bfa0(++_0x37c848);}(_0x077a,0x6e));var _0xa077=function(_0x4ac48d,_0x171a68){_0x4ac48d=_0x4ac48d-0x0;var _0x7537af=_0x077a[_0x4ac48d];return _0x7537af;};'use strict';var _=require(_0xa077('0x0'));var md5=require(_0xa077('0x1'));var util=require(_0xa077('0x2'));var Redis=require('ioredis');var config=require(_0xa077('0x3'));config['redis']=_[_0xa077('0x4')](config['redis'],{'host':_0xa077('0x5'),'port':0x18eb});var io=require(_0xa077('0x6'))(new Redis(config[_0xa077('0x7')]));function WhatsappQueue(_0x49e637){this['id']=_0x49e637['id']||0x0;this['name']=_0x49e637[_0xa077('0x8')]||'';this[_0xa077('0x9')]=_0x49e637['timeout']||0xa;this['strategy']=_0x49e637['strategy']||_0xa077('0xa');this[_0xa077('0xb')]=_0x49e637[_0xa077('0xb')];this[_0xa077('0xc')]={};this['waiting']=0x0;this[_0xa077('0x1')]='';this[_0xa077('0xd')]();this['updateRealtime']();}WhatsappQueue[_0xa077('0xe')][_0xa077('0xd')]=function(){var _0x43472a=this['mapAgentsId'][_0xa077('0xf')];this['mapAgentsId']=_[_0xa077('0x10')](this[_0xa077('0xb')],'id');this['mapAgentsId'][_0xa077('0xf')]=_0x43472a;};WhatsappQueue[_0xa077('0xe')][_0xa077('0x11')]=function(){this[_0xa077('0x12')]=0x0;this['paused']=0x0;for(var _0xda4c4c=0x0;_0xda4c4c<this[_0xa077('0xb')][_0xa077('0x13')];_0xda4c4c+=0x1){if(this[_0xa077('0xb')][_0xda4c4c][_0xa077('0x14')]){this['loggedIn']+=0x1;}if(this['Agents'][_0xda4c4c][_0xa077('0x15')]){this[_0xa077('0x16')]+=0x1;}}this['available']=this[_0xa077('0x12')]-this[_0xa077('0x16')];this[_0xa077('0x17')]=this[_0xa077('0x17')]>=0x0?this[_0xa077('0x17')]:0x0;var _0x3ecddb={'id':this['id'],'available':this[_0xa077('0x17')],'loggedIn':this[_0xa077('0x12')],'name':this[_0xa077('0x8')],'paused':this[_0xa077('0x16')],'waiting':this[_0xa077('0x18')]};var _0x14a4e7=md5(JSON['stringify'](_0x3ecddb));if(this[_0xa077('0x1')]!==_0x14a4e7){this[_0xa077('0x1')]=_0x14a4e7;io['to'](util[_0xa077('0x19')](_0xa077('0x1a'),_0x3ecddb[_0xa077('0x8')]))['emit'](_0xa077('0x1b'),_0x3ecddb);}};module[_0xa077('0x1c')]=WhatsappQueue;