Built motion from commit 9d1906d1.|2.5.40
[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 _0xd88f=['emit','exports','lodash','md5','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','beepall','Agents','mapAgentsId','waiting','updateRouting','prototype','_rr','map','updateRealtime','loggedIn','paused','length','online','whatsappPause','available','stringify','format','whatsapp:queue:%s'];(function(_0x5e2e47,_0xd146d){var _0x3a9ce2=function(_0x2f70e0){while(--_0x2f70e0){_0x5e2e47['push'](_0x5e2e47['shift']());}};_0x3a9ce2(++_0xd146d);}(_0xd88f,0xe2));var _0xfd88=function(_0x270a54,_0x307ff6){_0x270a54=_0x270a54-0x0;var _0x4d07d0=_0xd88f[_0x270a54];return _0x4d07d0;};'use strict';var _=require(_0xfd88('0x0'));var md5=require(_0xfd88('0x1'));var util=require('util');var Redis=require('ioredis');var config=require(_0xfd88('0x2'));config[_0xfd88('0x3')]=_['defaults'](config[_0xfd88('0x3')],{'host':_0xfd88('0x4'),'port':0x18eb});var io=require(_0xfd88('0x5'))(new Redis(config['redis']));function WhatsappQueue(_0x25ce67){this['id']=_0x25ce67['id']||0x0;this[_0xfd88('0x6')]=_0x25ce67[_0xfd88('0x6')]||'';this['timeout']=_0x25ce67[_0xfd88('0x7')]||0xa;this['strategy']=_0x25ce67['strategy']||_0xfd88('0x8');this[_0xfd88('0x9')]=_0x25ce67['Agents'];this[_0xfd88('0xa')]={};this[_0xfd88('0xb')]=0x0;this[_0xfd88('0x1')]='';this[_0xfd88('0xc')]();this['updateRealtime']();}WhatsappQueue[_0xfd88('0xd')][_0xfd88('0xc')]=function(){var _0x51cfb7=this[_0xfd88('0xa')][_0xfd88('0xe')];this['mapAgentsId']=_[_0xfd88('0xf')](this[_0xfd88('0x9')],'id');this[_0xfd88('0xa')][_0xfd88('0xe')]=_0x51cfb7;};WhatsappQueue[_0xfd88('0xd')][_0xfd88('0x10')]=function(){this[_0xfd88('0x11')]=0x0;this[_0xfd88('0x12')]=0x0;for(var _0x3a70f0=0x0;_0x3a70f0<this['Agents'][_0xfd88('0x13')];_0x3a70f0+=0x1){if(this[_0xfd88('0x9')][_0x3a70f0][_0xfd88('0x14')]){this[_0xfd88('0x11')]+=0x1;}if(this[_0xfd88('0x9')][_0x3a70f0][_0xfd88('0x15')]){this[_0xfd88('0x12')]+=0x1;}}this[_0xfd88('0x16')]=this[_0xfd88('0x11')]-this[_0xfd88('0x12')];this[_0xfd88('0x16')]=this[_0xfd88('0x16')]>=0x0?this[_0xfd88('0x16')]:0x0;var _0x4de73c={'id':this['id'],'available':this[_0xfd88('0x16')],'loggedIn':this[_0xfd88('0x11')],'name':this[_0xfd88('0x6')],'paused':this[_0xfd88('0x12')],'waiting':this[_0xfd88('0xb')]};var _0x56d2e9=md5(JSON[_0xfd88('0x17')](_0x4de73c));if(this[_0xfd88('0x1')]!==_0x56d2e9){this['md5']=_0x56d2e9;io['to'](util[_0xfd88('0x18')](_0xfd88('0x19'),_0x4de73c[_0xfd88('0x6')]))[_0xfd88('0x1a')]('whatsapp_queue:save',_0x4de73c);}};module[_0xfd88('0x1b')]=WhatsappQueue;