f656c7700a64ebafc2c0394599f0c743dca946d7
[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 _0x842c=['whatsapp_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr','map','prototype','paused','length','online','available','loggedIn','stringify','format','whatsapp:queue:%s','emit'];(function(_0x9150e1,_0x1fd584){var _0x16e2e6=function(_0xb625de){while(--_0xb625de){_0x9150e1['push'](_0x9150e1['shift']());}};_0x16e2e6(++_0x1fd584);}(_0x842c,0x176));var _0xc842=function(_0x2faedb,_0x368ba9){_0x2faedb=_0x2faedb-0x0;var _0x558801=_0x842c[_0x2faedb];return _0x558801;};'use strict';var _=require(_0xc842('0x0'));var md5=require(_0xc842('0x1'));var util=require(_0xc842('0x2'));var Redis=require(_0xc842('0x3'));var config=require(_0xc842('0x4'));config[_0xc842('0x5')]=_[_0xc842('0x6')](config[_0xc842('0x5')],{'host':_0xc842('0x7'),'port':0x18eb});var io=require(_0xc842('0x8'))(new Redis(config['redis']));function WhatsappQueue(_0x2ee09a){this['id']=_0x2ee09a['id']||0x0;this['name']=_0x2ee09a[_0xc842('0x9')]||'';this['timeout']=_0x2ee09a['timeout']||0xa;this[_0xc842('0xa')]=_0x2ee09a[_0xc842('0xa')]||_0xc842('0xb');this[_0xc842('0xc')]=_0x2ee09a['Agents'];this[_0xc842('0xd')]={};this[_0xc842('0xe')]=0x0;this[_0xc842('0x1')]='';this[_0xc842('0xf')]();this[_0xc842('0x10')]();}WhatsappQueue['prototype'][_0xc842('0xf')]=function(){var _0x1245eb=this[_0xc842('0xd')][_0xc842('0x11')];this[_0xc842('0xd')]=_[_0xc842('0x12')](this['Agents'],'id');this[_0xc842('0xd')][_0xc842('0x11')]=_0x1245eb;};WhatsappQueue[_0xc842('0x13')][_0xc842('0x10')]=function(){this['loggedIn']=0x0;this[_0xc842('0x14')]=0x0;for(var _0x1770b4=0x0;_0x1770b4<this['Agents'][_0xc842('0x15')];_0x1770b4+=0x1){if(this[_0xc842('0xc')][_0x1770b4][_0xc842('0x16')]){this['loggedIn']+=0x1;}if(this[_0xc842('0xc')][_0x1770b4]['whatsappPause']){this['paused']+=0x1;}}this[_0xc842('0x17')]=this[_0xc842('0x18')]-this[_0xc842('0x14')];this['available']=this[_0xc842('0x17')]>=0x0?this[_0xc842('0x17')]:0x0;var _0x1dfdf2={'id':this['id'],'available':this[_0xc842('0x17')],'loggedIn':this[_0xc842('0x18')],'name':this['name'],'paused':this[_0xc842('0x14')],'waiting':this[_0xc842('0xe')]};var _0x30559e=md5(JSON[_0xc842('0x19')](_0x1dfdf2));if(this[_0xc842('0x1')]!==_0x30559e){this[_0xc842('0x1')]=_0x30559e;io['to'](util[_0xc842('0x1a')](_0xc842('0x1b'),_0x1dfdf2['name']))[_0xc842('0x1c')](_0xc842('0x1d'),_0x1dfdf2);}};module[_0xc842('0x1e')]=WhatsappQueue;