Built motion from commit (unavailable).|2.5.4
[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 _0x79f1=['beepall','Agents','mapAgentsId','waiting','updateRouting','prototype','_rr','map','loggedIn','paused','length','online','whatsappPause','available','format','emit','whatsapp_queue:save','exports','lodash','md5','util','ioredis','redis','defaults','name','timeout','strategy'];(function(_0x60a05a,_0x5bc81e){var _0x2ca61b=function(_0x1c1cdf){while(--_0x1c1cdf){_0x60a05a['push'](_0x60a05a['shift']());}};_0x2ca61b(++_0x5bc81e);}(_0x79f1,0xea));var _0x179f=function(_0x29e0eb,_0x9acb52){_0x29e0eb=_0x29e0eb-0x0;var _0x597d2d=_0x79f1[_0x29e0eb];return _0x597d2d;};'use strict';var _=require(_0x179f('0x0'));var md5=require(_0x179f('0x1'));var util=require(_0x179f('0x2'));var Redis=require(_0x179f('0x3'));var config=require('../../../config/environment');config[_0x179f('0x4')]=_[_0x179f('0x5')](config[_0x179f('0x4')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x179f('0x4')]));function WhatsappQueue(_0x2b4e32){this['id']=_0x2b4e32['id']||0x0;this[_0x179f('0x6')]=_0x2b4e32[_0x179f('0x6')]||'';this[_0x179f('0x7')]=_0x2b4e32[_0x179f('0x7')]||0xa;this[_0x179f('0x8')]=_0x2b4e32[_0x179f('0x8')]||_0x179f('0x9');this[_0x179f('0xa')]=_0x2b4e32[_0x179f('0xa')];this[_0x179f('0xb')]={};this[_0x179f('0xc')]=0x0;this['md5']='';this[_0x179f('0xd')]();this['updateRealtime']();}WhatsappQueue[_0x179f('0xe')][_0x179f('0xd')]=function(){var _0x34b57d=this[_0x179f('0xb')][_0x179f('0xf')];this[_0x179f('0xb')]=_[_0x179f('0x10')](this[_0x179f('0xa')],'id');this[_0x179f('0xb')][_0x179f('0xf')]=_0x34b57d;};WhatsappQueue[_0x179f('0xe')]['updateRealtime']=function(){this[_0x179f('0x11')]=0x0;this[_0x179f('0x12')]=0x0;for(var _0x3366d5=0x0;_0x3366d5<this[_0x179f('0xa')][_0x179f('0x13')];_0x3366d5+=0x1){if(this[_0x179f('0xa')][_0x3366d5][_0x179f('0x14')]){this[_0x179f('0x11')]+=0x1;}if(this[_0x179f('0xa')][_0x3366d5][_0x179f('0x15')]){this['paused']+=0x1;}}this[_0x179f('0x16')]=this[_0x179f('0x11')]-this[_0x179f('0x12')];this[_0x179f('0x16')]=this[_0x179f('0x16')]>=0x0?this[_0x179f('0x16')]:0x0;var _0x364251={'id':this['id'],'available':this[_0x179f('0x16')],'loggedIn':this[_0x179f('0x11')],'name':this[_0x179f('0x6')],'paused':this[_0x179f('0x12')],'waiting':this['waiting']};var _0x4cca54=md5(JSON['stringify'](_0x364251));if(this[_0x179f('0x1')]!==_0x4cca54){this[_0x179f('0x1')]=_0x4cca54;io['to'](util[_0x179f('0x17')]('whatsapp:queue:%s',_0x364251['name']))[_0x179f('0x18')](_0x179f('0x19'),_0x364251);}};module[_0x179f('0x1a')]=WhatsappQueue;