35d625da3278c17d7d9a182e9958e5aca85e0294
[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 _0x2351=['available','stringify','format','whatsapp:queue:%s','name','exports','lodash','md5','util','../../../config/environment','redis','defaults','socket.io-emitter','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','length','whatsappPause'];(function(_0x4df28c,_0xc3cf35){var _0x5916cd=function(_0x53b03d){while(--_0x53b03d){_0x4df28c['push'](_0x4df28c['shift']());}};_0x5916cd(++_0xc3cf35);}(_0x2351,0x11e));var _0x1235=function(_0x57429e,_0xe23d13){_0x57429e=_0x57429e-0x0;var _0x25f76c=_0x2351[_0x57429e];return _0x25f76c;};'use strict';var _=require(_0x1235('0x0'));var md5=require(_0x1235('0x1'));var util=require(_0x1235('0x2'));var Redis=require('ioredis');var config=require(_0x1235('0x3'));config[_0x1235('0x4')]=_[_0x1235('0x5')](config[_0x1235('0x4')],{'host':'localhost','port':0x18eb});var io=require(_0x1235('0x6'))(new Redis(config[_0x1235('0x4')]));function WhatsappQueue(_0x4c001d){this['id']=_0x4c001d['id']||0x0;this['name']=_0x4c001d['name']||'';this[_0x1235('0x7')]=_0x4c001d[_0x1235('0x7')]||0xa;this[_0x1235('0x8')]=_0x4c001d[_0x1235('0x8')]||_0x1235('0x9');this[_0x1235('0xa')]=_0x4c001d[_0x1235('0xa')];this[_0x1235('0xb')]={};this[_0x1235('0xc')]=0x0;this[_0x1235('0x1')]='';this[_0x1235('0xd')]();this[_0x1235('0xe')]();}WhatsappQueue[_0x1235('0xf')][_0x1235('0xd')]=function(){var _0x252528=this[_0x1235('0xb')][_0x1235('0x10')];this['mapAgentsId']=_[_0x1235('0x11')](this[_0x1235('0xa')],'id');this[_0x1235('0xb')]['_rr']=_0x252528;};WhatsappQueue[_0x1235('0xf')]['updateRealtime']=function(){this[_0x1235('0x12')]=0x0;this[_0x1235('0x13')]=0x0;for(var _0x1cc1c3=0x0;_0x1cc1c3<this[_0x1235('0xa')][_0x1235('0x14')];_0x1cc1c3+=0x1){if(this[_0x1235('0xa')][_0x1cc1c3]['online']){this[_0x1235('0x12')]+=0x1;}if(this[_0x1235('0xa')][_0x1cc1c3][_0x1235('0x15')]){this[_0x1235('0x13')]+=0x1;}}this['available']=this[_0x1235('0x12')]-this[_0x1235('0x13')];this[_0x1235('0x16')]=this[_0x1235('0x16')]>=0x0?this['available']:0x0;var _0x386da5={'id':this['id'],'available':this[_0x1235('0x16')],'loggedIn':this['loggedIn'],'name':this['name'],'paused':this[_0x1235('0x13')],'waiting':this[_0x1235('0xc')]};var _0x53affc=md5(JSON[_0x1235('0x17')](_0x386da5));if(this['md5']!==_0x53affc){this[_0x1235('0x1')]=_0x53affc;io['to'](util[_0x1235('0x18')](_0x1235('0x19'),_0x386da5[_0x1235('0x1a')]))['emit']('whatsapp_queue:save',_0x386da5);}};module[_0x1235('0x1b')]=WhatsappQueue;