Built motion from commit (unavailable).|2.5.18
[motion2.git] / server / services / routing / model / openchannelQueue.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 _0xaea5=['mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','paused','length','openchannelPause','available','loggedIn','stringify','format','openchannel:queue:%s','emit','openchannel_queue:save','exports','md5','util','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents'];(function(_0x4b52c6,_0x592c61){var _0x397b10=function(_0x20d9b4){while(--_0x20d9b4){_0x4b52c6['push'](_0x4b52c6['shift']());}};_0x397b10(++_0x592c61);}(_0xaea5,0xf1));var _0x5aea=function(_0x465028,_0x4570ac){_0x465028=_0x465028-0x0;var _0xb783d4=_0xaea5[_0x465028];return _0xb783d4;};'use strict';var _=require('lodash');var md5=require(_0x5aea('0x0'));var util=require(_0x5aea('0x1'));var Redis=require('ioredis');var config=require(_0x5aea('0x2'));config[_0x5aea('0x3')]=_['defaults'](config['redis'],{'host':_0x5aea('0x4'),'port':0x18eb});var io=require(_0x5aea('0x5'))(new Redis(config[_0x5aea('0x3')]));function OpenchannelQueue(_0x36ac5a){this['id']=_0x36ac5a['id']||0x0;this[_0x5aea('0x6')]=_0x36ac5a[_0x5aea('0x6')]||'';this[_0x5aea('0x7')]=_0x36ac5a[_0x5aea('0x7')]||0xa;this[_0x5aea('0x8')]=_0x36ac5a[_0x5aea('0x8')]||_0x5aea('0x9');this[_0x5aea('0xa')]=_0x36ac5a[_0x5aea('0xa')];this[_0x5aea('0xb')]={};this['waiting']=0x0;this[_0x5aea('0x0')]='';this[_0x5aea('0xc')]();this[_0x5aea('0xd')]();}OpenchannelQueue[_0x5aea('0xe')]['updateRouting']=function(){var _0x502072=this[_0x5aea('0xb')][_0x5aea('0xf')];this['mapAgentsId']=_[_0x5aea('0x10')](this['Agents'],'id');this[_0x5aea('0xb')][_0x5aea('0xf')]=_0x502072;};OpenchannelQueue[_0x5aea('0xe')][_0x5aea('0xd')]=function(){this['loggedIn']=0x0;this[_0x5aea('0x11')]=0x0;for(var _0x255eb0=0x0;_0x255eb0<this[_0x5aea('0xa')][_0x5aea('0x12')];_0x255eb0+=0x1){if(this[_0x5aea('0xa')][_0x255eb0]['online']){this['loggedIn']+=0x1;}if(this[_0x5aea('0xa')][_0x255eb0][_0x5aea('0x13')]){this[_0x5aea('0x11')]+=0x1;}}this[_0x5aea('0x14')]=this[_0x5aea('0x15')]-this[_0x5aea('0x11')];this[_0x5aea('0x14')]=this[_0x5aea('0x14')]>=0x0?this[_0x5aea('0x14')]:0x0;var _0x99684e={'id':this['id'],'available':this[_0x5aea('0x14')],'loggedIn':this[_0x5aea('0x15')],'name':this[_0x5aea('0x6')],'paused':this['paused'],'waiting':this['waiting']};var _0x1eb736=md5(JSON[_0x5aea('0x16')](_0x99684e));if(this[_0x5aea('0x0')]!==_0x1eb736){this['md5']=_0x1eb736;io['to'](util[_0x5aea('0x17')](_0x5aea('0x18'),_0x99684e[_0x5aea('0x6')]))[_0x5aea('0x19')](_0x5aea('0x1a'),_0x99684e);}};module[_0x5aea('0x1b')]=OpenchannelQueue;