a46c419b8a435165b7c48cbfba5add27a631f97c
[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 _0xc193=['waiting','updateRouting','updateRealtime','prototype','_rr','map','Agents','loggedIn','paused','length','online','whatsappPause','available','stringify','md5','format','whatsapp:queue:%s','emit','whatsapp_queue:save','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy','mapAgentsId'];(function(_0x5936e0,_0x4232b0){var _0xcfea00=function(_0x8d1128){while(--_0x8d1128){_0x5936e0['push'](_0x5936e0['shift']());}};_0xcfea00(++_0x4232b0);}(_0xc193,0x67));var _0x3c19=function(_0x4b369d,_0x265eb8){_0x4b369d=_0x4b369d-0x0;var _0x571a98=_0xc193[_0x4b369d];return _0x571a98;};'use strict';var _=require('lodash');var md5=require('md5');var util=require('util');var Redis=require(_0x3c19('0x0'));var config=require(_0x3c19('0x1'));config[_0x3c19('0x2')]=_[_0x3c19('0x3')](config['redis'],{'host':_0x3c19('0x4'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x3c19('0x2')]));function WhatsappQueue(_0x3ce522){this['id']=_0x3ce522['id']||0x0;this[_0x3c19('0x5')]=_0x3ce522[_0x3c19('0x5')]||'';this['timeout']=_0x3ce522[_0x3c19('0x6')]||0xa;this['strategy']=_0x3ce522[_0x3c19('0x7')]||'beepall';this['Agents']=_0x3ce522['Agents'];this[_0x3c19('0x8')]={};this[_0x3c19('0x9')]=0x0;this['md5']='';this[_0x3c19('0xa')]();this[_0x3c19('0xb')]();}WhatsappQueue[_0x3c19('0xc')][_0x3c19('0xa')]=function(){var _0x96cedf=this[_0x3c19('0x8')][_0x3c19('0xd')];this[_0x3c19('0x8')]=_[_0x3c19('0xe')](this[_0x3c19('0xf')],'id');this[_0x3c19('0x8')]['_rr']=_0x96cedf;};WhatsappQueue[_0x3c19('0xc')][_0x3c19('0xb')]=function(){this[_0x3c19('0x10')]=0x0;this[_0x3c19('0x11')]=0x0;for(var _0x4dfd77=0x0;_0x4dfd77<this[_0x3c19('0xf')][_0x3c19('0x12')];_0x4dfd77+=0x1){if(this[_0x3c19('0xf')][_0x4dfd77][_0x3c19('0x13')]){this[_0x3c19('0x10')]+=0x1;}if(this[_0x3c19('0xf')][_0x4dfd77][_0x3c19('0x14')]){this[_0x3c19('0x11')]+=0x1;}}this[_0x3c19('0x15')]=this['loggedIn']-this[_0x3c19('0x11')];this[_0x3c19('0x15')]=this[_0x3c19('0x15')]>=0x0?this['available']:0x0;var _0x1d0a06={'id':this['id'],'available':this[_0x3c19('0x15')],'loggedIn':this[_0x3c19('0x10')],'name':this[_0x3c19('0x5')],'paused':this[_0x3c19('0x11')],'waiting':this[_0x3c19('0x9')]};var _0x3438d9=md5(JSON[_0x3c19('0x16')](_0x1d0a06));if(this[_0x3c19('0x17')]!==_0x3438d9){this[_0x3c19('0x17')]=_0x3438d9;io['to'](util[_0x3c19('0x18')](_0x3c19('0x19'),_0x1d0a06[_0x3c19('0x5')]))[_0x3c19('0x1a')](_0x3c19('0x1b'),_0x1d0a06);}};module['exports']=WhatsappQueue;