Built motion from commit a679711e.|2.6.15
[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 _0xc0a6=['redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','prototype','_rr','map','updateRealtime','paused','length','loggedIn','whatsappPause','available','waiting','stringify','format','emit','whatsapp_queue:save','lodash','md5','ioredis','../../../config/environment'];(function(_0x4f33bd,_0x507ac9){var _0x34ab1c=function(_0x4bb632){while(--_0x4bb632){_0x4f33bd['push'](_0x4f33bd['shift']());}};_0x34ab1c(++_0x507ac9);}(_0xc0a6,0xc0));var _0x6c0a=function(_0x32c83f,_0x4cb2d6){_0x32c83f=_0x32c83f-0x0;var _0x15e3cd=_0xc0a6[_0x32c83f];return _0x15e3cd;};'use strict';var _=require(_0x6c0a('0x0'));var md5=require(_0x6c0a('0x1'));var util=require('util');var Redis=require(_0x6c0a('0x2'));var config=require(_0x6c0a('0x3'));config[_0x6c0a('0x4')]=_['defaults'](config[_0x6c0a('0x4')],{'host':_0x6c0a('0x5'),'port':0x18eb});var io=require(_0x6c0a('0x6'))(new Redis(config[_0x6c0a('0x4')]));function WhatsappQueue(_0x5a3fea){this['id']=_0x5a3fea['id']||0x0;this[_0x6c0a('0x7')]=_0x5a3fea[_0x6c0a('0x7')]||'';this[_0x6c0a('0x8')]=_0x5a3fea[_0x6c0a('0x8')]||0xa;this[_0x6c0a('0x9')]=_0x5a3fea['strategy']||_0x6c0a('0xa');this[_0x6c0a('0xb')]=_0x5a3fea[_0x6c0a('0xb')];this[_0x6c0a('0xc')]={};this['waiting']=0x0;this[_0x6c0a('0x1')]='';this[_0x6c0a('0xd')]();this['updateRealtime']();}WhatsappQueue[_0x6c0a('0xe')][_0x6c0a('0xd')]=function(){var _0x22a11e=this['mapAgentsId'][_0x6c0a('0xf')];this[_0x6c0a('0xc')]=_[_0x6c0a('0x10')](this['Agents'],'id');this[_0x6c0a('0xc')][_0x6c0a('0xf')]=_0x22a11e;};WhatsappQueue[_0x6c0a('0xe')][_0x6c0a('0x11')]=function(){this['loggedIn']=0x0;this[_0x6c0a('0x12')]=0x0;for(var _0x2006dc=0x0;_0x2006dc<this[_0x6c0a('0xb')][_0x6c0a('0x13')];_0x2006dc+=0x1){if(this[_0x6c0a('0xb')][_0x2006dc]['online']){this[_0x6c0a('0x14')]+=0x1;}if(this[_0x6c0a('0xb')][_0x2006dc][_0x6c0a('0x15')]){this[_0x6c0a('0x12')]+=0x1;}}this[_0x6c0a('0x16')]=this[_0x6c0a('0x14')]-this[_0x6c0a('0x12')];this[_0x6c0a('0x16')]=this[_0x6c0a('0x16')]>=0x0?this['available']:0x0;var _0x3b21ed={'id':this['id'],'available':this['available'],'loggedIn':this[_0x6c0a('0x14')],'name':this[_0x6c0a('0x7')],'paused':this['paused'],'waiting':this[_0x6c0a('0x17')]};var _0x12e882=md5(JSON[_0x6c0a('0x18')](_0x3b21ed));if(this[_0x6c0a('0x1')]!==_0x12e882){this[_0x6c0a('0x1')]=_0x12e882;io['to'](util[_0x6c0a('0x19')]('whatsapp:queue:%s',_0x3b21ed[_0x6c0a('0x7')]))[_0x6c0a('0x1a')](_0x6c0a('0x1b'),_0x3b21ed);}};module['exports']=WhatsappQueue;