Built motion from commit e6806ed6.|2.6.0
[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 _0x7bca=['name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','map','prototype','loggedIn','paused','length','online','available','format','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','socket.io-emitter'];(function(_0x2bdf04,_0x5e608e){var _0x33ce04=function(_0x357c41){while(--_0x357c41){_0x2bdf04['push'](_0x2bdf04['shift']());}};_0x33ce04(++_0x5e608e);}(_0x7bca,0xc3));var _0xa7bc=function(_0x3f146c,_0x42e0dc){_0x3f146c=_0x3f146c-0x0;var _0x407f72=_0x7bca[_0x3f146c];return _0x407f72;};'use strict';var _=require(_0xa7bc('0x0'));var md5=require(_0xa7bc('0x1'));var util=require(_0xa7bc('0x2'));var Redis=require(_0xa7bc('0x3'));var config=require(_0xa7bc('0x4'));config[_0xa7bc('0x5')]=_[_0xa7bc('0x6')](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0xa7bc('0x7'))(new Redis(config['redis']));function WhatsappQueue(_0x4112fe){this['id']=_0x4112fe['id']||0x0;this[_0xa7bc('0x8')]=_0x4112fe[_0xa7bc('0x8')]||'';this['timeout']=_0x4112fe[_0xa7bc('0x9')]||0xa;this[_0xa7bc('0xa')]=_0x4112fe[_0xa7bc('0xa')]||_0xa7bc('0xb');this[_0xa7bc('0xc')]=_0x4112fe[_0xa7bc('0xc')];this[_0xa7bc('0xd')]={};this[_0xa7bc('0xe')]=0x0;this['md5']='';this[_0xa7bc('0xf')]();this[_0xa7bc('0x10')]();}WhatsappQueue['prototype'][_0xa7bc('0xf')]=function(){var _0x528080=this[_0xa7bc('0xd')]['_rr'];this[_0xa7bc('0xd')]=_[_0xa7bc('0x11')](this[_0xa7bc('0xc')],'id');this['mapAgentsId']['_rr']=_0x528080;};WhatsappQueue[_0xa7bc('0x12')][_0xa7bc('0x10')]=function(){this[_0xa7bc('0x13')]=0x0;this[_0xa7bc('0x14')]=0x0;for(var _0x438610=0x0;_0x438610<this['Agents'][_0xa7bc('0x15')];_0x438610+=0x1){if(this[_0xa7bc('0xc')][_0x438610][_0xa7bc('0x16')]){this[_0xa7bc('0x13')]+=0x1;}if(this[_0xa7bc('0xc')][_0x438610]['whatsappPause']){this[_0xa7bc('0x14')]+=0x1;}}this['available']=this['loggedIn']-this['paused'];this[_0xa7bc('0x17')]=this[_0xa7bc('0x17')]>=0x0?this['available']:0x0;var _0x17d165={'id':this['id'],'available':this['available'],'loggedIn':this[_0xa7bc('0x13')],'name':this['name'],'paused':this[_0xa7bc('0x14')],'waiting':this[_0xa7bc('0xe')]};var _0x510ca2=md5(JSON['stringify'](_0x17d165));if(this[_0xa7bc('0x1')]!==_0x510ca2){this['md5']=_0x510ca2;io['to'](util[_0xa7bc('0x18')](_0xa7bc('0x19'),_0x17d165[_0xa7bc('0x8')]))[_0xa7bc('0x1a')](_0xa7bc('0x1b'),_0x17d165);}};module[_0xa7bc('0x1c')]=WhatsappQueue;