Built motion from commit d5e4af8c.|2.6.23
[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 _0xbe48=['md5','ioredis','../../../config/environment','redis','defaults','timeout','strategy','beepall','Agents','waiting','updateRouting','updateRealtime','prototype','mapAgentsId','map','_rr','paused','length','online','loggedIn','available','name','stringify','format','whatsapp:queue:%s','emit','exports'];(function(_0x5ea51f,_0x1e3a5b){var _0x28f6ab=function(_0x3bb09f){while(--_0x3bb09f){_0x5ea51f['push'](_0x5ea51f['shift']());}};_0x28f6ab(++_0x1e3a5b);}(_0xbe48,0x1cb));var _0x8be4=function(_0x3014e6,_0x4c010f){_0x3014e6=_0x3014e6-0x0;var _0x208f8a=_0xbe48[_0x3014e6];return _0x208f8a;};'use strict';var _=require('lodash');var md5=require(_0x8be4('0x0'));var util=require('util');var Redis=require(_0x8be4('0x1'));var config=require(_0x8be4('0x2'));config[_0x8be4('0x3')]=_[_0x8be4('0x4')](config[_0x8be4('0x3')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function WhatsappQueue(_0x5e982b){this['id']=_0x5e982b['id']||0x0;this['name']=_0x5e982b['name']||'';this[_0x8be4('0x5')]=_0x5e982b[_0x8be4('0x5')]||0xa;this[_0x8be4('0x6')]=_0x5e982b[_0x8be4('0x6')]||_0x8be4('0x7');this[_0x8be4('0x8')]=_0x5e982b[_0x8be4('0x8')];this['mapAgentsId']={};this[_0x8be4('0x9')]=0x0;this[_0x8be4('0x0')]='';this[_0x8be4('0xa')]();this[_0x8be4('0xb')]();}WhatsappQueue[_0x8be4('0xc')][_0x8be4('0xa')]=function(){var _0x29c3b5=this[_0x8be4('0xd')]['_rr'];this[_0x8be4('0xd')]=_[_0x8be4('0xe')](this[_0x8be4('0x8')],'id');this[_0x8be4('0xd')][_0x8be4('0xf')]=_0x29c3b5;};WhatsappQueue[_0x8be4('0xc')][_0x8be4('0xb')]=function(){this['loggedIn']=0x0;this[_0x8be4('0x10')]=0x0;for(var _0x4d840d=0x0;_0x4d840d<this[_0x8be4('0x8')][_0x8be4('0x11')];_0x4d840d+=0x1){if(this['Agents'][_0x4d840d][_0x8be4('0x12')]){this[_0x8be4('0x13')]+=0x1;}if(this[_0x8be4('0x8')][_0x4d840d]['whatsappPause']){this[_0x8be4('0x10')]+=0x1;}}this['available']=this[_0x8be4('0x13')]-this[_0x8be4('0x10')];this[_0x8be4('0x14')]=this[_0x8be4('0x14')]>=0x0?this[_0x8be4('0x14')]:0x0;var _0x52d1b5={'id':this['id'],'available':this[_0x8be4('0x14')],'loggedIn':this['loggedIn'],'name':this[_0x8be4('0x15')],'paused':this[_0x8be4('0x10')],'waiting':this[_0x8be4('0x9')]};var _0x4851f4=md5(JSON[_0x8be4('0x16')](_0x52d1b5));if(this['md5']!==_0x4851f4){this[_0x8be4('0x0')]=_0x4851f4;io['to'](util[_0x8be4('0x17')](_0x8be4('0x18'),_0x52d1b5['name']))[_0x8be4('0x19')]('whatsapp_queue:save',_0x52d1b5);}};module[_0x8be4('0x1a')]=WhatsappQueue;