a9cefedeb2bb103f49cc9c5e50e3c769c737244e
[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 _0xfb4d=['whatsapp:queue:%s','emit','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','_rr','prototype','updateRealtime','loggedIn','paused','length','online','available','format'];(function(_0x214ff9,_0x4780da){var _0xdb0edc=function(_0x4f1b58){while(--_0x4f1b58){_0x214ff9['push'](_0x214ff9['shift']());}};_0xdb0edc(++_0x4780da);}(_0xfb4d,0x1f0));var _0xdfb4=function(_0x17d9e3,_0x1f969c){_0x17d9e3=_0x17d9e3-0x0;var _0x14192d=_0xfb4d[_0x17d9e3];return _0x14192d;};'use strict';var _=require(_0xdfb4('0x0'));var md5=require(_0xdfb4('0x1'));var util=require(_0xdfb4('0x2'));var Redis=require(_0xdfb4('0x3'));var config=require(_0xdfb4('0x4'));config[_0xdfb4('0x5')]=_[_0xdfb4('0x6')](config[_0xdfb4('0x5')],{'host':_0xdfb4('0x7'),'port':0x18eb});var io=require(_0xdfb4('0x8'))(new Redis(config[_0xdfb4('0x5')]));function WhatsappQueue(_0x4bab08){this['id']=_0x4bab08['id']||0x0;this[_0xdfb4('0x9')]=_0x4bab08['name']||'';this[_0xdfb4('0xa')]=_0x4bab08[_0xdfb4('0xa')]||0xa;this[_0xdfb4('0xb')]=_0x4bab08[_0xdfb4('0xb')]||_0xdfb4('0xc');this[_0xdfb4('0xd')]=_0x4bab08[_0xdfb4('0xd')];this[_0xdfb4('0xe')]={};this[_0xdfb4('0xf')]=0x0;this[_0xdfb4('0x1')]='';this[_0xdfb4('0x10')]();this['updateRealtime']();}WhatsappQueue['prototype'][_0xdfb4('0x10')]=function(){var _0x2037c3=this[_0xdfb4('0xe')][_0xdfb4('0x11')];this['mapAgentsId']=_['map'](this[_0xdfb4('0xd')],'id');this[_0xdfb4('0xe')][_0xdfb4('0x11')]=_0x2037c3;};WhatsappQueue[_0xdfb4('0x12')][_0xdfb4('0x13')]=function(){this[_0xdfb4('0x14')]=0x0;this[_0xdfb4('0x15')]=0x0;for(var _0x73f1c9=0x0;_0x73f1c9<this[_0xdfb4('0xd')][_0xdfb4('0x16')];_0x73f1c9+=0x1){if(this[_0xdfb4('0xd')][_0x73f1c9][_0xdfb4('0x17')]){this[_0xdfb4('0x14')]+=0x1;}if(this[_0xdfb4('0xd')][_0x73f1c9]['whatsappPause']){this[_0xdfb4('0x15')]+=0x1;}}this[_0xdfb4('0x18')]=this[_0xdfb4('0x14')]-this['paused'];this['available']=this['available']>=0x0?this['available']:0x0;var _0x54fc08={'id':this['id'],'available':this[_0xdfb4('0x18')],'loggedIn':this[_0xdfb4('0x14')],'name':this[_0xdfb4('0x9')],'paused':this[_0xdfb4('0x15')],'waiting':this[_0xdfb4('0xf')]};var _0x4cf112=md5(JSON['stringify'](_0x54fc08));if(this[_0xdfb4('0x1')]!==_0x4cf112){this[_0xdfb4('0x1')]=_0x4cf112;io['to'](util[_0xdfb4('0x19')](_0xdfb4('0x1a'),_0x54fc08[_0xdfb4('0x9')]))[_0xdfb4('0x1b')]('whatsapp_queue:save',_0x54fc08);}};module[_0xdfb4('0x1c')]=WhatsappQueue;