Built motion from commit (unavailable).|2.4.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 _0x7fe8=['localhost','socket.io-emitter','timeout','strategy','Agents','mapAgentsId','updateRouting','prototype','_rr','map','loggedIn','length','online','openchannelPause','paused','available','name','format','emit','openchannel_queue:save','exports','md5','util','ioredis','redis','defaults'];(function(_0x79cd47,_0x16102d){var _0x3b9484=function(_0x23db95){while(--_0x23db95){_0x79cd47['push'](_0x79cd47['shift']());}};_0x3b9484(++_0x16102d);}(_0x7fe8,0xe5));var _0x87fe=function(_0x5f1cf8,_0x5e0923){_0x5f1cf8=_0x5f1cf8-0x0;var _0x27d0fa=_0x7fe8[_0x5f1cf8];return _0x27d0fa;};'use strict';var _=require('lodash');var md5=require(_0x87fe('0x0'));var util=require(_0x87fe('0x1'));var Redis=require(_0x87fe('0x2'));var config=require('../../../config/environment');config[_0x87fe('0x3')]=_[_0x87fe('0x4')](config[_0x87fe('0x3')],{'host':_0x87fe('0x5'),'port':0x18eb});var io=require(_0x87fe('0x6'))(new Redis(config[_0x87fe('0x3')]));function OpenchannelQueue(_0x17612c){this['id']=_0x17612c['id']||0x0;this['name']=_0x17612c['name']||'';this[_0x87fe('0x7')]=_0x17612c[_0x87fe('0x7')]||0xa;this[_0x87fe('0x8')]=_0x17612c[_0x87fe('0x8')]||'beepall';this[_0x87fe('0x9')]=_0x17612c[_0x87fe('0x9')];this[_0x87fe('0xa')]={};this['waiting']=0x0;this[_0x87fe('0x0')]='';this[_0x87fe('0xb')]();this['updateRealtime']();}OpenchannelQueue[_0x87fe('0xc')][_0x87fe('0xb')]=function(){var _0x1d7fa8=this['mapAgentsId'][_0x87fe('0xd')];this[_0x87fe('0xa')]=_[_0x87fe('0xe')](this[_0x87fe('0x9')],'id');this[_0x87fe('0xa')][_0x87fe('0xd')]=_0x1d7fa8;};OpenchannelQueue['prototype']['updateRealtime']=function(){this[_0x87fe('0xf')]=0x0;this['paused']=0x0;for(var _0x408a36=0x0;_0x408a36<this[_0x87fe('0x9')][_0x87fe('0x10')];_0x408a36+=0x1){if(this[_0x87fe('0x9')][_0x408a36][_0x87fe('0x11')]){this[_0x87fe('0xf')]+=0x1;}if(this[_0x87fe('0x9')][_0x408a36][_0x87fe('0x12')]){this[_0x87fe('0x13')]+=0x1;}}this['available']=this['loggedIn']-this[_0x87fe('0x13')];this[_0x87fe('0x14')]=this[_0x87fe('0x14')]>=0x0?this['available']:0x0;var _0x29fc76={'id':this['id'],'available':this[_0x87fe('0x14')],'loggedIn':this[_0x87fe('0xf')],'name':this[_0x87fe('0x15')],'paused':this[_0x87fe('0x13')],'waiting':this['waiting']};var _0x471f1b=md5(JSON['stringify'](_0x29fc76));if(this[_0x87fe('0x0')]!==_0x471f1b){this[_0x87fe('0x0')]=_0x471f1b;io['to'](util[_0x87fe('0x16')]('openchannel:queue:%s',_0x29fc76[_0x87fe('0x15')]))[_0x87fe('0x17')](_0x87fe('0x18'),_0x29fc76);}};module[_0x87fe('0x19')]=OpenchannelQueue;