7cabb6e7d0363bc1daea73339a21b1770e21fa7f
[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 _0x09c7=['localhost','socket.io-emitter','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr','map','prototype','length','loggedIn','paused','available','name','stringify','emit','whatsapp_queue:save','exports','lodash','md5','util','../../../config/environment','redis','defaults'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x09c7,0xd2));var _0x709c=function(_0xa1e3e3,_0x29fe0e){_0xa1e3e3=_0xa1e3e3-0x0;var _0xc980e9=_0x09c7[_0xa1e3e3];return _0xc980e9;};'use strict';var _=require(_0x709c('0x0'));var md5=require(_0x709c('0x1'));var util=require(_0x709c('0x2'));var Redis=require('ioredis');var config=require(_0x709c('0x3'));config[_0x709c('0x4')]=_[_0x709c('0x5')](config[_0x709c('0x4')],{'host':_0x709c('0x6'),'port':0x18eb});var io=require(_0x709c('0x7'))(new Redis(config[_0x709c('0x4')]));function WhatsappQueue(_0x4dc74d){this['id']=_0x4dc74d['id']||0x0;this['name']=_0x4dc74d['name']||'';this['timeout']=_0x4dc74d['timeout']||0xa;this[_0x709c('0x8')]=_0x4dc74d[_0x709c('0x8')]||_0x709c('0x9');this[_0x709c('0xa')]=_0x4dc74d['Agents'];this[_0x709c('0xb')]={};this[_0x709c('0xc')]=0x0;this[_0x709c('0x1')]='';this[_0x709c('0xd')]();this[_0x709c('0xe')]();}WhatsappQueue['prototype'][_0x709c('0xd')]=function(){var _0x38ad79=this['mapAgentsId'][_0x709c('0xf')];this[_0x709c('0xb')]=_[_0x709c('0x10')](this['Agents'],'id');this[_0x709c('0xb')]['_rr']=_0x38ad79;};WhatsappQueue[_0x709c('0x11')][_0x709c('0xe')]=function(){this['loggedIn']=0x0;this['paused']=0x0;for(var _0x59a0f4=0x0;_0x59a0f4<this[_0x709c('0xa')][_0x709c('0x12')];_0x59a0f4+=0x1){if(this['Agents'][_0x59a0f4]['online']){this[_0x709c('0x13')]+=0x1;}if(this[_0x709c('0xa')][_0x59a0f4]['whatsappPause']){this[_0x709c('0x14')]+=0x1;}}this[_0x709c('0x15')]=this[_0x709c('0x13')]-this[_0x709c('0x14')];this['available']=this[_0x709c('0x15')]>=0x0?this[_0x709c('0x15')]:0x0;var _0x35175f={'id':this['id'],'available':this[_0x709c('0x15')],'loggedIn':this[_0x709c('0x13')],'name':this[_0x709c('0x16')],'paused':this[_0x709c('0x14')],'waiting':this['waiting']};var _0x349ee3=md5(JSON[_0x709c('0x17')](_0x35175f));if(this[_0x709c('0x1')]!==_0x349ee3){this[_0x709c('0x1')]=_0x349ee3;io['to'](util['format']('whatsapp:queue:%s',_0x35175f['name']))[_0x709c('0x18')](_0x709c('0x19'),_0x35175f);}};module[_0x709c('0x1a')]=WhatsappQueue;