Built motion from commit 87cd5f02.|2.5.48
[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 _0x9175=['name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr','map','loggedIn','paused','length','online','available','stringify','format','chat:queue:%s','emit','chat_queue:save','exports','lodash','md5','ioredis','defaults','redis','localhost','socket.io-emitter'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0x9175,0x138));var _0x5917=function(_0x3cbdb4,_0x309f39){_0x3cbdb4=_0x3cbdb4-0x0;var _0x1f859c=_0x9175[_0x3cbdb4];return _0x1f859c;};'use strict';var _=require(_0x5917('0x0'));var md5=require(_0x5917('0x1'));var util=require('util');var Redis=require(_0x5917('0x2'));var config=require('../../../config/environment');config['redis']=_[_0x5917('0x3')](config[_0x5917('0x4')],{'host':_0x5917('0x5'),'port':0x18eb});var io=require(_0x5917('0x6'))(new Redis(config[_0x5917('0x4')]));function ChatQueue(_0x3251da){this['id']=_0x3251da['id']||0x0;this[_0x5917('0x7')]=_0x3251da[_0x5917('0x7')]||'';this['timeout']=_0x3251da[_0x5917('0x8')]||0xa;this['strategy']=_0x3251da[_0x5917('0x9')]||_0x5917('0xa');this[_0x5917('0xb')]=_0x3251da['Agents'];this[_0x5917('0xc')]={};this[_0x5917('0xd')]=0x0;this[_0x5917('0x1')]='';this[_0x5917('0xe')]();this[_0x5917('0xf')]();}ChatQueue['prototype'][_0x5917('0xe')]=function(){var _0x3c2d15=this[_0x5917('0xc')][_0x5917('0x10')];this[_0x5917('0xc')]=_[_0x5917('0x11')](this['Agents'],'id');this[_0x5917('0xc')][_0x5917('0x10')]=_0x3c2d15;};ChatQueue['prototype'][_0x5917('0xf')]=function(){this[_0x5917('0x12')]=0x0;this[_0x5917('0x13')]=0x0;for(var _0x341d5c=0x0;_0x341d5c<this[_0x5917('0xb')][_0x5917('0x14')];_0x341d5c+=0x1){if(this[_0x5917('0xb')][_0x341d5c][_0x5917('0x15')]){this[_0x5917('0x12')]+=0x1;}if(this[_0x5917('0xb')][_0x341d5c]['chatPause']){this[_0x5917('0x13')]+=0x1;}}this[_0x5917('0x16')]=this[_0x5917('0x12')]-this[_0x5917('0x13')];this[_0x5917('0x16')]=this[_0x5917('0x16')]>=0x0?this[_0x5917('0x16')]:0x0;var _0x181b7b={'id':this['id'],'available':this[_0x5917('0x16')],'loggedIn':this['loggedIn'],'name':this[_0x5917('0x7')],'paused':this[_0x5917('0x13')],'waiting':this['waiting']};var _0x22b373=md5(JSON[_0x5917('0x17')](_0x181b7b));if(this[_0x5917('0x1')]!==_0x22b373){this[_0x5917('0x1')]=_0x22b373;io['to'](util[_0x5917('0x18')](_0x5917('0x19'),_0x181b7b[_0x5917('0x7')]))[_0x5917('0x1a')](_0x5917('0x1b'),_0x181b7b);}};module[_0x5917('0x1c')]=ChatQueue;