Built motion from commit (unavailable).|2.5.22
[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 _0x8fc3=['updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','length','online','whatsappPause','available','stringify','format','emit','whatsapp_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','defaults','redis','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting'];(function(_0x3c2777,_0x17fa29){var _0x5b9e22=function(_0x18ac96){while(--_0x18ac96){_0x3c2777['push'](_0x3c2777['shift']());}};_0x5b9e22(++_0x17fa29);}(_0x8fc3,0xc4));var _0x38fc=function(_0x45d1fd,_0x463212){_0x45d1fd=_0x45d1fd-0x0;var _0xd0e542=_0x8fc3[_0x45d1fd];return _0xd0e542;};'use strict';var _=require(_0x38fc('0x0'));var md5=require(_0x38fc('0x1'));var util=require(_0x38fc('0x2'));var Redis=require(_0x38fc('0x3'));var config=require(_0x38fc('0x4'));config['redis']=_[_0x38fc('0x5')](config[_0x38fc('0x6')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function WhatsappQueue(_0x599880){this['id']=_0x599880['id']||0x0;this[_0x38fc('0x7')]=_0x599880[_0x38fc('0x7')]||'';this[_0x38fc('0x8')]=_0x599880[_0x38fc('0x8')]||0xa;this[_0x38fc('0x9')]=_0x599880[_0x38fc('0x9')]||_0x38fc('0xa');this['Agents']=_0x599880[_0x38fc('0xb')];this[_0x38fc('0xc')]={};this[_0x38fc('0xd')]=0x0;this[_0x38fc('0x1')]='';this[_0x38fc('0xe')]();this[_0x38fc('0xf')]();}WhatsappQueue[_0x38fc('0x10')][_0x38fc('0xe')]=function(){var _0x132fd4=this['mapAgentsId'][_0x38fc('0x11')];this['mapAgentsId']=_[_0x38fc('0x12')](this['Agents'],'id');this['mapAgentsId']['_rr']=_0x132fd4;};WhatsappQueue[_0x38fc('0x10')][_0x38fc('0xf')]=function(){this[_0x38fc('0x13')]=0x0;this[_0x38fc('0x14')]=0x0;for(var _0x176dde=0x0;_0x176dde<this[_0x38fc('0xb')][_0x38fc('0x15')];_0x176dde+=0x1){if(this[_0x38fc('0xb')][_0x176dde][_0x38fc('0x16')]){this['loggedIn']+=0x1;}if(this[_0x38fc('0xb')][_0x176dde][_0x38fc('0x17')]){this['paused']+=0x1;}}this['available']=this[_0x38fc('0x13')]-this['paused'];this[_0x38fc('0x18')]=this[_0x38fc('0x18')]>=0x0?this[_0x38fc('0x18')]:0x0;var _0x49233a={'id':this['id'],'available':this['available'],'loggedIn':this[_0x38fc('0x13')],'name':this[_0x38fc('0x7')],'paused':this[_0x38fc('0x14')],'waiting':this['waiting']};var _0x522613=md5(JSON[_0x38fc('0x19')](_0x49233a));if(this[_0x38fc('0x1')]!==_0x522613){this[_0x38fc('0x1')]=_0x522613;io['to'](util[_0x38fc('0x1a')]('whatsapp:queue:%s',_0x49233a[_0x38fc('0x7')]))[_0x38fc('0x1b')](_0x38fc('0x1c'),_0x49233a);}};module[_0x38fc('0x1d')]=WhatsappQueue;