Built motion from commit 87cd5f02.|2.5.48
[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 _0x91b0=['whatsappPause','available','stringify','md5','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash','util','ioredis','redis','defaults','localhost','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','online'];(function(_0x54d0df,_0x4d03ee){var _0x37722c=function(_0x52c006){while(--_0x52c006){_0x54d0df['push'](_0x54d0df['shift']());}};_0x37722c(++_0x4d03ee);}(_0x91b0,0xcc));var _0x091b=function(_0x47a7d0,_0x4e182d){_0x47a7d0=_0x47a7d0-0x0;var _0xb9bd08=_0x91b0[_0x47a7d0];return _0xb9bd08;};'use strict';var _=require(_0x091b('0x0'));var md5=require('md5');var util=require(_0x091b('0x1'));var Redis=require(_0x091b('0x2'));var config=require('../../../config/environment');config[_0x091b('0x3')]=_[_0x091b('0x4')](config[_0x091b('0x3')],{'host':_0x091b('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x091b('0x3')]));function WhatsappQueue(_0x4d0253){this['id']=_0x4d0253['id']||0x0;this['name']=_0x4d0253[_0x091b('0x6')]||'';this[_0x091b('0x7')]=_0x4d0253[_0x091b('0x7')]||0xa;this[_0x091b('0x8')]=_0x4d0253['strategy']||'beepall';this['Agents']=_0x4d0253[_0x091b('0x9')];this[_0x091b('0xa')]={};this[_0x091b('0xb')]=0x0;this['md5']='';this[_0x091b('0xc')]();this[_0x091b('0xd')]();}WhatsappQueue[_0x091b('0xe')][_0x091b('0xc')]=function(){var _0x135865=this['mapAgentsId'][_0x091b('0xf')];this[_0x091b('0xa')]=_[_0x091b('0x10')](this['Agents'],'id');this[_0x091b('0xa')][_0x091b('0xf')]=_0x135865;};WhatsappQueue[_0x091b('0xe')][_0x091b('0xd')]=function(){this[_0x091b('0x11')]=0x0;this[_0x091b('0x12')]=0x0;for(var _0x49c485=0x0;_0x49c485<this[_0x091b('0x9')]['length'];_0x49c485+=0x1){if(this[_0x091b('0x9')][_0x49c485][_0x091b('0x13')]){this[_0x091b('0x11')]+=0x1;}if(this[_0x091b('0x9')][_0x49c485][_0x091b('0x14')]){this[_0x091b('0x12')]+=0x1;}}this['available']=this[_0x091b('0x11')]-this[_0x091b('0x12')];this[_0x091b('0x15')]=this[_0x091b('0x15')]>=0x0?this['available']:0x0;var _0x2e56d8={'id':this['id'],'available':this[_0x091b('0x15')],'loggedIn':this[_0x091b('0x11')],'name':this[_0x091b('0x6')],'paused':this[_0x091b('0x12')],'waiting':this[_0x091b('0xb')]};var _0x53d712=md5(JSON[_0x091b('0x16')](_0x2e56d8));if(this['md5']!==_0x53d712){this[_0x091b('0x17')]=_0x53d712;io['to'](util['format'](_0x091b('0x18'),_0x2e56d8[_0x091b('0x6')]))[_0x091b('0x19')](_0x091b('0x1a'),_0x2e56d8);}};module[_0x091b('0x1b')]=WhatsappQueue;