Built motion from commit (unavailable).|2.5.13
[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 _0x0f1d=['emit','whatsapp_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','_rr','map','prototype','paused','length','online','loggedIn','whatsappPause','available','waiting','format','whatsapp:queue:%s'];(function(_0x540187,_0x156ba9){var _0x227027=function(_0xcdd384){while(--_0xcdd384){_0x540187['push'](_0x540187['shift']());}};_0x227027(++_0x156ba9);}(_0x0f1d,0xbd));var _0xd0f1=function(_0x2a1b33,_0x409f50){_0x2a1b33=_0x2a1b33-0x0;var _0x4c50e7=_0x0f1d[_0x2a1b33];return _0x4c50e7;};'use strict';var _=require(_0xd0f1('0x0'));var md5=require(_0xd0f1('0x1'));var util=require(_0xd0f1('0x2'));var Redis=require(_0xd0f1('0x3'));var config=require(_0xd0f1('0x4'));config[_0xd0f1('0x5')]=_[_0xd0f1('0x6')](config['redis'],{'host':_0xd0f1('0x7'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function WhatsappQueue(_0x2b82eb){this['id']=_0x2b82eb['id']||0x0;this[_0xd0f1('0x8')]=_0x2b82eb[_0xd0f1('0x8')]||'';this[_0xd0f1('0x9')]=_0x2b82eb['timeout']||0xa;this[_0xd0f1('0xa')]=_0x2b82eb[_0xd0f1('0xa')]||_0xd0f1('0xb');this['Agents']=_0x2b82eb[_0xd0f1('0xc')];this[_0xd0f1('0xd')]={};this['waiting']=0x0;this[_0xd0f1('0x1')]='';this[_0xd0f1('0xe')]();this[_0xd0f1('0xf')]();}WhatsappQueue['prototype'][_0xd0f1('0xe')]=function(){var _0x1bebeb=this[_0xd0f1('0xd')][_0xd0f1('0x10')];this[_0xd0f1('0xd')]=_[_0xd0f1('0x11')](this['Agents'],'id');this[_0xd0f1('0xd')][_0xd0f1('0x10')]=_0x1bebeb;};WhatsappQueue[_0xd0f1('0x12')][_0xd0f1('0xf')]=function(){this['loggedIn']=0x0;this[_0xd0f1('0x13')]=0x0;for(var _0x40e9e4=0x0;_0x40e9e4<this[_0xd0f1('0xc')][_0xd0f1('0x14')];_0x40e9e4+=0x1){if(this[_0xd0f1('0xc')][_0x40e9e4][_0xd0f1('0x15')]){this[_0xd0f1('0x16')]+=0x1;}if(this[_0xd0f1('0xc')][_0x40e9e4][_0xd0f1('0x17')]){this[_0xd0f1('0x13')]+=0x1;}}this[_0xd0f1('0x18')]=this[_0xd0f1('0x16')]-this[_0xd0f1('0x13')];this[_0xd0f1('0x18')]=this[_0xd0f1('0x18')]>=0x0?this[_0xd0f1('0x18')]:0x0;var _0x319f81={'id':this['id'],'available':this[_0xd0f1('0x18')],'loggedIn':this[_0xd0f1('0x16')],'name':this[_0xd0f1('0x8')],'paused':this[_0xd0f1('0x13')],'waiting':this[_0xd0f1('0x19')]};var _0x20b8d6=md5(JSON['stringify'](_0x319f81));if(this['md5']!==_0x20b8d6){this[_0xd0f1('0x1')]=_0x20b8d6;io['to'](util[_0xd0f1('0x1a')](_0xd0f1('0x1b'),_0x319f81['name']))[_0xd0f1('0x1c')](_0xd0f1('0x1d'),_0x319f81);}};module[_0xd0f1('0x1e')]=WhatsappQueue;