Built motion from commit (unavailable).|2.5.24
[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 _0x7316=['localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','length','online','loggedIn','whatsappPause','paused','available','waiting','emit','whatsapp_queue:save','lodash','md5','util','redis','defaults'];(function(_0x1b2e83,_0x1dfdc2){var _0x100acf=function(_0x52ece6){while(--_0x52ece6){_0x1b2e83['push'](_0x1b2e83['shift']());}};_0x100acf(++_0x1dfdc2);}(_0x7316,0x1cf));var _0x6731=function(_0xf363f0,_0x3b5eeb){_0xf363f0=_0xf363f0-0x0;var _0x55a386=_0x7316[_0xf363f0];return _0x55a386;};'use strict';var _=require(_0x6731('0x0'));var md5=require(_0x6731('0x1'));var util=require(_0x6731('0x2'));var Redis=require('ioredis');var config=require('../../../config/environment');config[_0x6731('0x3')]=_[_0x6731('0x4')](config[_0x6731('0x3')],{'host':_0x6731('0x5'),'port':0x18eb});var io=require(_0x6731('0x6'))(new Redis(config['redis']));function WhatsappQueue(_0x4648e2){this['id']=_0x4648e2['id']||0x0;this[_0x6731('0x7')]=_0x4648e2[_0x6731('0x7')]||'';this[_0x6731('0x8')]=_0x4648e2[_0x6731('0x8')]||0xa;this[_0x6731('0x9')]=_0x4648e2[_0x6731('0x9')]||'beepall';this[_0x6731('0xa')]=_0x4648e2[_0x6731('0xa')];this[_0x6731('0xb')]={};this['waiting']=0x0;this[_0x6731('0x1')]='';this[_0x6731('0xc')]();this[_0x6731('0xd')]();}WhatsappQueue[_0x6731('0xe')][_0x6731('0xc')]=function(){var _0x52fa35=this[_0x6731('0xb')][_0x6731('0xf')];this['mapAgentsId']=_[_0x6731('0x10')](this[_0x6731('0xa')],'id');this[_0x6731('0xb')]['_rr']=_0x52fa35;};WhatsappQueue['prototype']['updateRealtime']=function(){this['loggedIn']=0x0;this['paused']=0x0;for(var _0x3dca08=0x0;_0x3dca08<this[_0x6731('0xa')][_0x6731('0x11')];_0x3dca08+=0x1){if(this[_0x6731('0xa')][_0x3dca08][_0x6731('0x12')]){this[_0x6731('0x13')]+=0x1;}if(this[_0x6731('0xa')][_0x3dca08][_0x6731('0x14')]){this[_0x6731('0x15')]+=0x1;}}this[_0x6731('0x16')]=this[_0x6731('0x13')]-this['paused'];this[_0x6731('0x16')]=this[_0x6731('0x16')]>=0x0?this[_0x6731('0x16')]:0x0;var _0x5c8b3a={'id':this['id'],'available':this[_0x6731('0x16')],'loggedIn':this[_0x6731('0x13')],'name':this[_0x6731('0x7')],'paused':this[_0x6731('0x15')],'waiting':this[_0x6731('0x17')]};var _0x3aa0d2=md5(JSON['stringify'](_0x5c8b3a));if(this[_0x6731('0x1')]!==_0x3aa0d2){this['md5']=_0x3aa0d2;io['to'](util['format']('whatsapp:queue:%s',_0x5c8b3a[_0x6731('0x7')]))[_0x6731('0x18')](_0x6731('0x19'),_0x5c8b3a);}};module['exports']=WhatsappQueue;