595ab3ff1fb472782e3d1c81a18ede7826a034ac
[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 _0xd8f0=['emit','whatsapp_queue:save','exports','lodash','md5','ioredis','../../../config/environment','defaults','redis','localhost','name','timeout','strategy','beepall','Agents','updateRouting','updateRealtime','_rr','map','mapAgentsId','paused','online','loggedIn','whatsappPause','available','waiting','format','whatsapp:queue:%s'];(function(_0x137d9c,_0x2c9218){var _0x14b372=function(_0x263286){while(--_0x263286){_0x137d9c['push'](_0x137d9c['shift']());}};_0x14b372(++_0x2c9218);}(_0xd8f0,0x137));var _0x0d8f=function(_0x4e85f2,_0x1cf40b){_0x4e85f2=_0x4e85f2-0x0;var _0x3ac183=_0xd8f0[_0x4e85f2];return _0x3ac183;};'use strict';var _=require(_0x0d8f('0x0'));var md5=require(_0x0d8f('0x1'));var util=require('util');var Redis=require(_0x0d8f('0x2'));var config=require(_0x0d8f('0x3'));config['redis']=_[_0x0d8f('0x4')](config[_0x0d8f('0x5')],{'host':_0x0d8f('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function WhatsappQueue(_0x2b7029){this['id']=_0x2b7029['id']||0x0;this[_0x0d8f('0x7')]=_0x2b7029['name']||'';this[_0x0d8f('0x8')]=_0x2b7029[_0x0d8f('0x8')]||0xa;this[_0x0d8f('0x9')]=_0x2b7029[_0x0d8f('0x9')]||_0x0d8f('0xa');this[_0x0d8f('0xb')]=_0x2b7029['Agents'];this['mapAgentsId']={};this['waiting']=0x0;this[_0x0d8f('0x1')]='';this[_0x0d8f('0xc')]();this[_0x0d8f('0xd')]();}WhatsappQueue['prototype']['updateRouting']=function(){var _0x1d2af2=this['mapAgentsId'][_0x0d8f('0xe')];this['mapAgentsId']=_[_0x0d8f('0xf')](this['Agents'],'id');this[_0x0d8f('0x10')]['_rr']=_0x1d2af2;};WhatsappQueue['prototype'][_0x0d8f('0xd')]=function(){this['loggedIn']=0x0;this[_0x0d8f('0x11')]=0x0;for(var _0x2c55d8=0x0;_0x2c55d8<this[_0x0d8f('0xb')]['length'];_0x2c55d8+=0x1){if(this[_0x0d8f('0xb')][_0x2c55d8][_0x0d8f('0x12')]){this[_0x0d8f('0x13')]+=0x1;}if(this[_0x0d8f('0xb')][_0x2c55d8][_0x0d8f('0x14')]){this[_0x0d8f('0x11')]+=0x1;}}this['available']=this[_0x0d8f('0x13')]-this[_0x0d8f('0x11')];this[_0x0d8f('0x15')]=this[_0x0d8f('0x15')]>=0x0?this[_0x0d8f('0x15')]:0x0;var _0x122475={'id':this['id'],'available':this['available'],'loggedIn':this[_0x0d8f('0x13')],'name':this['name'],'paused':this[_0x0d8f('0x11')],'waiting':this[_0x0d8f('0x16')]};var _0x374b23=md5(JSON['stringify'](_0x122475));if(this[_0x0d8f('0x1')]!==_0x374b23){this[_0x0d8f('0x1')]=_0x374b23;io['to'](util[_0x0d8f('0x17')](_0x0d8f('0x18'),_0x122475[_0x0d8f('0x7')]))[_0x0d8f('0x19')](_0x0d8f('0x1a'),_0x122475);}};module[_0x0d8f('0x1b')]=WhatsappQueue;