Built motion from commit (unavailable).|2.5.21
[motion2.git] / server / services / routing / model / chatQueue.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 _0x1a2a=['lodash','md5','util','ioredis','../../../config/environment','defaults','redis','name','timeout','Agents','waiting','updateRealtime','prototype','mapAgentsId','_rr','map','loggedIn','paused','online','chatPause','available','stringify','format','chat:queue:%s','emit','chat_queue:save'];(function(_0x1cfd02,_0x19b570){var _0x340be0=function(_0x34c635){while(--_0x34c635){_0x1cfd02['push'](_0x1cfd02['shift']());}};_0x340be0(++_0x19b570);}(_0x1a2a,0x68));var _0xa1a2=function(_0x58efa6,_0x2c00bd){_0x58efa6=_0x58efa6-0x0;var _0x5d643c=_0x1a2a[_0x58efa6];return _0x5d643c;};'use strict';var _=require(_0xa1a2('0x0'));var md5=require(_0xa1a2('0x1'));var util=require(_0xa1a2('0x2'));var Redis=require(_0xa1a2('0x3'));var config=require(_0xa1a2('0x4'));config['redis']=_[_0xa1a2('0x5')](config['redis'],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xa1a2('0x6')]));function ChatQueue(_0x571a04){this['id']=_0x571a04['id']||0x0;this[_0xa1a2('0x7')]=_0x571a04['name']||'';this[_0xa1a2('0x8')]=_0x571a04[_0xa1a2('0x8')]||0xa;this['strategy']=_0x571a04['strategy']||'beepall';this['Agents']=_0x571a04[_0xa1a2('0x9')];this['mapAgentsId']={};this[_0xa1a2('0xa')]=0x0;this[_0xa1a2('0x1')]='';this['updateRouting']();this[_0xa1a2('0xb')]();}ChatQueue[_0xa1a2('0xc')]['updateRouting']=function(){var _0x5fda0a=this[_0xa1a2('0xd')][_0xa1a2('0xe')];this[_0xa1a2('0xd')]=_[_0xa1a2('0xf')](this[_0xa1a2('0x9')],'id');this['mapAgentsId']['_rr']=_0x5fda0a;};ChatQueue['prototype']['updateRealtime']=function(){this[_0xa1a2('0x10')]=0x0;this[_0xa1a2('0x11')]=0x0;for(var _0x2076a1=0x0;_0x2076a1<this[_0xa1a2('0x9')]['length'];_0x2076a1+=0x1){if(this[_0xa1a2('0x9')][_0x2076a1][_0xa1a2('0x12')]){this[_0xa1a2('0x10')]+=0x1;}if(this[_0xa1a2('0x9')][_0x2076a1][_0xa1a2('0x13')]){this[_0xa1a2('0x11')]+=0x1;}}this[_0xa1a2('0x14')]=this[_0xa1a2('0x10')]-this[_0xa1a2('0x11')];this['available']=this[_0xa1a2('0x14')]>=0x0?this['available']:0x0;var _0x414a1b={'id':this['id'],'available':this[_0xa1a2('0x14')],'loggedIn':this['loggedIn'],'name':this[_0xa1a2('0x7')],'paused':this[_0xa1a2('0x11')],'waiting':this['waiting']};var _0x56ea27=md5(JSON[_0xa1a2('0x15')](_0x414a1b));if(this[_0xa1a2('0x1')]!==_0x56ea27){this[_0xa1a2('0x1')]=_0x56ea27;io['to'](util[_0xa1a2('0x16')](_0xa1a2('0x17'),_0x414a1b[_0xa1a2('0x7')]))[_0xa1a2('0x18')](_0xa1a2('0x19'),_0x414a1b);}};module['exports']=ChatQueue;