Built motion from commit 3c2ce842.|2.6.31
[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 _0xa238=['updateRealtime','loggedIn','paused','length','online','faxPause','available','stringify','format','fax:queue:%s','emit','fax_queue:save','exports','lodash','ioredis','../../../config/environment','defaults','redis','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','md5','updateRouting','_rr','map'];(function(_0xf66a7e,_0x4a338b){var _0x41cc33=function(_0x52d0d9){while(--_0x52d0d9){_0xf66a7e['push'](_0xf66a7e['shift']());}};_0x41cc33(++_0x4a338b);}(_0xa238,0x1cf));var _0x8a23=function(_0x3e8fb0,_0x3d99be){_0x3e8fb0=_0x3e8fb0-0x0;var _0x16498f=_0xa238[_0x3e8fb0];return _0x16498f;};'use strict';var _=require(_0x8a23('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0x8a23('0x1'));var config=require(_0x8a23('0x2'));config['redis']=_[_0x8a23('0x3')](config[_0x8a23('0x4')],{'host':_0x8a23('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x8a23('0x4')]));function FaxQueue(_0x53802f){this['id']=_0x53802f['id']||0x0;this[_0x8a23('0x6')]=_0x53802f['name']||'';this[_0x8a23('0x7')]=_0x53802f[_0x8a23('0x7')]||0xa;this['strategy']=_0x53802f[_0x8a23('0x8')]||_0x8a23('0x9');this['Agents']=_0x53802f[_0x8a23('0xa')];this[_0x8a23('0xb')]={};this[_0x8a23('0xc')]=0x0;this[_0x8a23('0xd')]='';this['updateRouting']();this['updateRealtime']();}FaxQueue['prototype'][_0x8a23('0xe')]=function(){var _0x2cc7b5=this[_0x8a23('0xb')][_0x8a23('0xf')];this[_0x8a23('0xb')]=_[_0x8a23('0x10')](this['Agents'],'id');this[_0x8a23('0xb')][_0x8a23('0xf')]=_0x2cc7b5;};FaxQueue['prototype'][_0x8a23('0x11')]=function(){this[_0x8a23('0x12')]=0x0;this[_0x8a23('0x13')]=0x0;for(var _0xfd22a5=0x0;_0xfd22a5<this[_0x8a23('0xa')][_0x8a23('0x14')];_0xfd22a5+=0x1){if(this[_0x8a23('0xa')][_0xfd22a5][_0x8a23('0x15')]){this[_0x8a23('0x12')]+=0x1;}if(this[_0x8a23('0xa')][_0xfd22a5][_0x8a23('0x16')]){this[_0x8a23('0x13')]+=0x1;}}this['available']=this['loggedIn']-this[_0x8a23('0x13')];this[_0x8a23('0x17')]=this['available']>=0x0?this[_0x8a23('0x17')]:0x0;var _0xb29bc4={'id':this['id'],'available':this[_0x8a23('0x17')],'loggedIn':this[_0x8a23('0x12')],'name':this['name'],'paused':this[_0x8a23('0x13')],'waiting':this[_0x8a23('0xc')]};var _0xc7d467=md5(JSON[_0x8a23('0x18')](_0xb29bc4));if(this[_0x8a23('0xd')]!==_0xc7d467){this[_0x8a23('0xd')]=_0xc7d467;io['to'](util[_0x8a23('0x19')](_0x8a23('0x1a'),_0xb29bc4[_0x8a23('0x6')]))[_0x8a23('0x1b')](_0x8a23('0x1c'),_0xb29bc4);}};module[_0x8a23('0x1d')]=FaxQueue;