384e2d917acadec43c574d824966697d8e738ed9
[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 _0x7ae8=['whatsapp_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','map','_rr','loggedIn','paused','online','available','stringify','format','whatsapp:queue:%s','emit'];(function(_0x19a759,_0x4d43e9){var _0x20b484=function(_0x149dd4){while(--_0x149dd4){_0x19a759['push'](_0x19a759['shift']());}};_0x20b484(++_0x4d43e9);}(_0x7ae8,0x1b5));var _0x87ae=function(_0x14add3,_0x13ce8d){_0x14add3=_0x14add3-0x0;var _0x4a174f=_0x7ae8[_0x14add3];return _0x4a174f;};'use strict';var _=require(_0x87ae('0x0'));var md5=require(_0x87ae('0x1'));var util=require(_0x87ae('0x2'));var Redis=require(_0x87ae('0x3'));var config=require(_0x87ae('0x4'));config[_0x87ae('0x5')]=_[_0x87ae('0x6')](config['redis'],{'host':_0x87ae('0x7'),'port':0x18eb});var io=require(_0x87ae('0x8'))(new Redis(config[_0x87ae('0x5')]));function WhatsappQueue(_0x3d1a83){this['id']=_0x3d1a83['id']||0x0;this[_0x87ae('0x9')]=_0x3d1a83[_0x87ae('0x9')]||'';this[_0x87ae('0xa')]=_0x3d1a83[_0x87ae('0xa')]||0xa;this[_0x87ae('0xb')]=_0x3d1a83[_0x87ae('0xb')]||'beepall';this['Agents']=_0x3d1a83[_0x87ae('0xc')];this[_0x87ae('0xd')]={};this[_0x87ae('0xe')]=0x0;this[_0x87ae('0x1')]='';this[_0x87ae('0xf')]();this[_0x87ae('0x10')]();}WhatsappQueue['prototype'][_0x87ae('0xf')]=function(){var _0x4c7495=this[_0x87ae('0xd')]['_rr'];this[_0x87ae('0xd')]=_[_0x87ae('0x11')](this[_0x87ae('0xc')],'id');this[_0x87ae('0xd')][_0x87ae('0x12')]=_0x4c7495;};WhatsappQueue['prototype'][_0x87ae('0x10')]=function(){this[_0x87ae('0x13')]=0x0;this[_0x87ae('0x14')]=0x0;for(var _0x309294=0x0;_0x309294<this[_0x87ae('0xc')]['length'];_0x309294+=0x1){if(this[_0x87ae('0xc')][_0x309294][_0x87ae('0x15')]){this[_0x87ae('0x13')]+=0x1;}if(this[_0x87ae('0xc')][_0x309294]['whatsappPause']){this[_0x87ae('0x14')]+=0x1;}}this[_0x87ae('0x16')]=this['loggedIn']-this[_0x87ae('0x14')];this[_0x87ae('0x16')]=this[_0x87ae('0x16')]>=0x0?this['available']:0x0;var _0x724b7d={'id':this['id'],'available':this['available'],'loggedIn':this[_0x87ae('0x13')],'name':this['name'],'paused':this['paused'],'waiting':this['waiting']};var _0x44dd86=md5(JSON[_0x87ae('0x17')](_0x724b7d));if(this['md5']!==_0x44dd86){this[_0x87ae('0x1')]=_0x44dd86;io['to'](util[_0x87ae('0x18')](_0x87ae('0x19'),_0x724b7d[_0x87ae('0x9')]))[_0x87ae('0x1a')](_0x87ae('0x1b'),_0x724b7d);}};module[_0x87ae('0x1c')]=WhatsappQueue;