Built motion from commit 9d0783e6.|2.6.13
[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 _0x938e=['available','stringify','format','whatsapp:queue:%s','whatsapp_queue:save','exports','lodash','util','ioredis','../../../config/environment','redis','defaults','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','md5','updateRealtime','prototype','updateRouting','mapAgentsId','map','_rr','loggedIn','paused','length','whatsappPause'];(function(_0x308106,_0xeb7142){var _0x11f093=function(_0x3e3d65){while(--_0x3e3d65){_0x308106['push'](_0x308106['shift']());}};_0x11f093(++_0xeb7142);}(_0x938e,0x9c));var _0xe938=function(_0x179c4a,_0x10eb06){_0x179c4a=_0x179c4a-0x0;var _0x5d1879=_0x938e[_0x179c4a];return _0x5d1879;};'use strict';var _=require(_0xe938('0x0'));var md5=require('md5');var util=require(_0xe938('0x1'));var Redis=require(_0xe938('0x2'));var config=require(_0xe938('0x3'));config[_0xe938('0x4')]=_[_0xe938('0x5')](config[_0xe938('0x4')],{'host':'localhost','port':0x18eb});var io=require(_0xe938('0x6'))(new Redis(config[_0xe938('0x4')]));function WhatsappQueue(_0x40e8f9){this['id']=_0x40e8f9['id']||0x0;this['name']=_0x40e8f9[_0xe938('0x7')]||'';this[_0xe938('0x8')]=_0x40e8f9['timeout']||0xa;this[_0xe938('0x9')]=_0x40e8f9['strategy']||_0xe938('0xa');this[_0xe938('0xb')]=_0x40e8f9[_0xe938('0xb')];this['mapAgentsId']={};this[_0xe938('0xc')]=0x0;this[_0xe938('0xd')]='';this['updateRouting']();this[_0xe938('0xe')]();}WhatsappQueue[_0xe938('0xf')][_0xe938('0x10')]=function(){var _0x45b448=this['mapAgentsId']['_rr'];this[_0xe938('0x11')]=_[_0xe938('0x12')](this['Agents'],'id');this[_0xe938('0x11')][_0xe938('0x13')]=_0x45b448;};WhatsappQueue[_0xe938('0xf')][_0xe938('0xe')]=function(){this[_0xe938('0x14')]=0x0;this[_0xe938('0x15')]=0x0;for(var _0x3410f3=0x0;_0x3410f3<this[_0xe938('0xb')][_0xe938('0x16')];_0x3410f3+=0x1){if(this[_0xe938('0xb')][_0x3410f3]['online']){this['loggedIn']+=0x1;}if(this[_0xe938('0xb')][_0x3410f3][_0xe938('0x17')]){this[_0xe938('0x15')]+=0x1;}}this['available']=this['loggedIn']-this[_0xe938('0x15')];this[_0xe938('0x18')]=this[_0xe938('0x18')]>=0x0?this[_0xe938('0x18')]:0x0;var _0x4bcf9f={'id':this['id'],'available':this[_0xe938('0x18')],'loggedIn':this['loggedIn'],'name':this[_0xe938('0x7')],'paused':this[_0xe938('0x15')],'waiting':this['waiting']};var _0x3da2fd=md5(JSON[_0xe938('0x19')](_0x4bcf9f));if(this[_0xe938('0xd')]!==_0x3da2fd){this[_0xe938('0xd')]=_0x3da2fd;io['to'](util[_0xe938('0x1a')](_0xe938('0x1b'),_0x4bcf9f[_0xe938('0x7')]))['emit'](_0xe938('0x1c'),_0x4bcf9f);}};module[_0xe938('0x1d')]=WhatsappQueue;