Built motion from commit 9d1906d1.|2.5.40
[motion2.git] / server / services / routing / model / faxQueue.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 _0x388e=['strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','prototype','_rr','updateRealtime','loggedIn','paused','length','online','faxPause','available','stringify','format','fax:queue:%s','emit','fax_queue:save','exports','md5','ioredis','redis','defaults','socket.io-emitter','name','timeout'];(function(_0x3ab51d,_0x2fa01d){var _0x29a04e=function(_0x7807b0){while(--_0x7807b0){_0x3ab51d['push'](_0x3ab51d['shift']());}};_0x29a04e(++_0x2fa01d);}(_0x388e,0x1d5));var _0xe388=function(_0x28542c,_0x39c595){_0x28542c=_0x28542c-0x0;var _0x4cd69c=_0x388e[_0x28542c];return _0x4cd69c;};'use strict';var _=require('lodash');var md5=require(_0xe388('0x0'));var util=require('util');var Redis=require(_0xe388('0x1'));var config=require('../../../config/environment');config[_0xe388('0x2')]=_[_0xe388('0x3')](config[_0xe388('0x2')],{'host':'localhost','port':0x18eb});var io=require(_0xe388('0x4'))(new Redis(config['redis']));function FaxQueue(_0x29d041){this['id']=_0x29d041['id']||0x0;this[_0xe388('0x5')]=_0x29d041[_0xe388('0x5')]||'';this[_0xe388('0x6')]=_0x29d041['timeout']||0xa;this['strategy']=_0x29d041[_0xe388('0x7')]||_0xe388('0x8');this[_0xe388('0x9')]=_0x29d041['Agents'];this[_0xe388('0xa')]={};this[_0xe388('0xb')]=0x0;this[_0xe388('0x0')]='';this[_0xe388('0xc')]();this['updateRealtime']();}FaxQueue[_0xe388('0xd')][_0xe388('0xc')]=function(){var _0x235acd=this[_0xe388('0xa')][_0xe388('0xe')];this[_0xe388('0xa')]=_['map'](this[_0xe388('0x9')],'id');this['mapAgentsId']['_rr']=_0x235acd;};FaxQueue['prototype'][_0xe388('0xf')]=function(){this[_0xe388('0x10')]=0x0;this[_0xe388('0x11')]=0x0;for(var _0x4b87f1=0x0;_0x4b87f1<this['Agents'][_0xe388('0x12')];_0x4b87f1+=0x1){if(this['Agents'][_0x4b87f1][_0xe388('0x13')]){this['loggedIn']+=0x1;}if(this[_0xe388('0x9')][_0x4b87f1][_0xe388('0x14')]){this[_0xe388('0x11')]+=0x1;}}this[_0xe388('0x15')]=this[_0xe388('0x10')]-this[_0xe388('0x11')];this[_0xe388('0x15')]=this[_0xe388('0x15')]>=0x0?this['available']:0x0;var _0x376f0d={'id':this['id'],'available':this[_0xe388('0x15')],'loggedIn':this[_0xe388('0x10')],'name':this[_0xe388('0x5')],'paused':this['paused'],'waiting':this['waiting']};var _0x141a2e=md5(JSON[_0xe388('0x16')](_0x376f0d));if(this[_0xe388('0x0')]!==_0x141a2e){this[_0xe388('0x0')]=_0x141a2e;io['to'](util[_0xe388('0x17')](_0xe388('0x18'),_0x376f0d[_0xe388('0x5')]))[_0xe388('0x19')](_0xe388('0x1a'),_0x376f0d);}};module[_0xe388('0x1b')]=FaxQueue;