Built motion from commit d1eab355.|2.6.28
[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 _0x14df=['waiting','md5','updateRouting','prototype','map','_rr','updateRealtime','loggedIn','paused','length','online','whatsappPause','available','stringify','whatsapp:queue:%s','emit','whatsapp_queue:save','lodash','util','ioredis','../../../config/environment','defaults','redis','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId'];(function(_0xb0f7c3,_0x4eae95){var _0x28ea68=function(_0x4395a7){while(--_0x4395a7){_0xb0f7c3['push'](_0xb0f7c3['shift']());}};_0x28ea68(++_0x4eae95);}(_0x14df,0x13d));var _0xf14d=function(_0x1e13cf,_0x295396){_0x1e13cf=_0x1e13cf-0x0;var _0x385598=_0x14df[_0x1e13cf];return _0x385598;};'use strict';var _=require(_0xf14d('0x0'));var md5=require('md5');var util=require(_0xf14d('0x1'));var Redis=require(_0xf14d('0x2'));var config=require(_0xf14d('0x3'));config['redis']=_[_0xf14d('0x4')](config[_0xf14d('0x5')],{'host':'localhost','port':0x18eb});var io=require(_0xf14d('0x6'))(new Redis(config[_0xf14d('0x5')]));function WhatsappQueue(_0x33f069){this['id']=_0x33f069['id']||0x0;this[_0xf14d('0x7')]=_0x33f069[_0xf14d('0x7')]||'';this['timeout']=_0x33f069[_0xf14d('0x8')]||0xa;this[_0xf14d('0x9')]=_0x33f069[_0xf14d('0x9')]||_0xf14d('0xa');this[_0xf14d('0xb')]=_0x33f069[_0xf14d('0xb')];this[_0xf14d('0xc')]={};this[_0xf14d('0xd')]=0x0;this[_0xf14d('0xe')]='';this[_0xf14d('0xf')]();this['updateRealtime']();}WhatsappQueue[_0xf14d('0x10')][_0xf14d('0xf')]=function(){var _0x16d312=this[_0xf14d('0xc')]['_rr'];this['mapAgentsId']=_[_0xf14d('0x11')](this[_0xf14d('0xb')],'id');this[_0xf14d('0xc')][_0xf14d('0x12')]=_0x16d312;};WhatsappQueue[_0xf14d('0x10')][_0xf14d('0x13')]=function(){this[_0xf14d('0x14')]=0x0;this[_0xf14d('0x15')]=0x0;for(var _0x5e610a=0x0;_0x5e610a<this[_0xf14d('0xb')][_0xf14d('0x16')];_0x5e610a+=0x1){if(this['Agents'][_0x5e610a][_0xf14d('0x17')]){this[_0xf14d('0x14')]+=0x1;}if(this[_0xf14d('0xb')][_0x5e610a][_0xf14d('0x18')]){this[_0xf14d('0x15')]+=0x1;}}this['available']=this[_0xf14d('0x14')]-this[_0xf14d('0x15')];this[_0xf14d('0x19')]=this[_0xf14d('0x19')]>=0x0?this['available']:0x0;var _0x49cab0={'id':this['id'],'available':this['available'],'loggedIn':this[_0xf14d('0x14')],'name':this[_0xf14d('0x7')],'paused':this[_0xf14d('0x15')],'waiting':this[_0xf14d('0xd')]};var _0x425b1d=md5(JSON[_0xf14d('0x1a')](_0x49cab0));if(this[_0xf14d('0xe')]!==_0x425b1d){this[_0xf14d('0xe')]=_0x425b1d;io['to'](util['format'](_0xf14d('0x1b'),_0x49cab0[_0xf14d('0x7')]))[_0xf14d('0x1c')](_0xf14d('0x1d'),_0x49cab0);}};module['exports']=WhatsappQueue;