73f4956a6863fde47a4824329bb38c2d7c6de35a
[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 _0x5e18=['prototype','loggedIn','paused','length','online','available','stringify','md5','chat:queue:%s','emit','exports','lodash','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','map','_rr'];(function(_0x1f1a13,_0x3443f1){var _0x5427f9=function(_0x3da794){while(--_0x3da794){_0x1f1a13['push'](_0x1f1a13['shift']());}};_0x5427f9(++_0x3443f1);}(_0x5e18,0x14a));var _0x85e1=function(_0x20d292,_0x460a14){_0x20d292=_0x20d292-0x0;var _0x4abe0e=_0x5e18[_0x20d292];return _0x4abe0e;};'use strict';var _=require(_0x85e1('0x0'));var md5=require('md5');var util=require(_0x85e1('0x1'));var Redis=require(_0x85e1('0x2'));var config=require(_0x85e1('0x3'));config[_0x85e1('0x4')]=_[_0x85e1('0x5')](config[_0x85e1('0x4')],{'host':_0x85e1('0x6'),'port':0x18eb});var io=require(_0x85e1('0x7'))(new Redis(config[_0x85e1('0x4')]));function ChatQueue(_0x2dd41c){this['id']=_0x2dd41c['id']||0x0;this['name']=_0x2dd41c[_0x85e1('0x8')]||'';this[_0x85e1('0x9')]=_0x2dd41c[_0x85e1('0x9')]||0xa;this['strategy']=_0x2dd41c[_0x85e1('0xa')]||'beepall';this[_0x85e1('0xb')]=_0x2dd41c[_0x85e1('0xb')];this[_0x85e1('0xc')]={};this[_0x85e1('0xd')]=0x0;this['md5']='';this[_0x85e1('0xe')]();this[_0x85e1('0xf')]();}ChatQueue['prototype']['updateRouting']=function(){var _0x2beb19=this[_0x85e1('0xc')]['_rr'];this[_0x85e1('0xc')]=_[_0x85e1('0x10')](this['Agents'],'id');this[_0x85e1('0xc')][_0x85e1('0x11')]=_0x2beb19;};ChatQueue[_0x85e1('0x12')][_0x85e1('0xf')]=function(){this[_0x85e1('0x13')]=0x0;this[_0x85e1('0x14')]=0x0;for(var _0xfbaa1c=0x0;_0xfbaa1c<this[_0x85e1('0xb')][_0x85e1('0x15')];_0xfbaa1c+=0x1){if(this['Agents'][_0xfbaa1c][_0x85e1('0x16')]){this[_0x85e1('0x13')]+=0x1;}if(this[_0x85e1('0xb')][_0xfbaa1c]['chatPause']){this[_0x85e1('0x14')]+=0x1;}}this[_0x85e1('0x17')]=this[_0x85e1('0x13')]-this[_0x85e1('0x14')];this[_0x85e1('0x17')]=this[_0x85e1('0x17')]>=0x0?this['available']:0x0;var _0x250393={'id':this['id'],'available':this[_0x85e1('0x17')],'loggedIn':this[_0x85e1('0x13')],'name':this[_0x85e1('0x8')],'paused':this[_0x85e1('0x14')],'waiting':this[_0x85e1('0xd')]};var _0x5350cf=md5(JSON[_0x85e1('0x18')](_0x250393));if(this['md5']!==_0x5350cf){this[_0x85e1('0x19')]=_0x5350cf;io['to'](util['format'](_0x85e1('0x1a'),_0x250393[_0x85e1('0x8')]))[_0x85e1('0x1b')]('chat_queue:save',_0x250393);}};module[_0x85e1('0x1c')]=ChatQueue;