Built motion from commit a679711e.|2.6.15
[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 _0x53f1=['available','name','stringify','format','fax:queue:%s','emit','fax_queue:save','exports','lodash','md5','util','../../../config/environment','redis','defaults','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','online','loggedIn','faxPause','paused'];(function(_0x257577,_0x6b7251){var _0x486d04=function(_0x225149){while(--_0x225149){_0x257577['push'](_0x257577['shift']());}};_0x486d04(++_0x6b7251);}(_0x53f1,0xe8));var _0x153f=function(_0x275ddc,_0x12bb88){_0x275ddc=_0x275ddc-0x0;var _0xfb9d8d=_0x53f1[_0x275ddc];return _0xfb9d8d;};'use strict';var _=require(_0x153f('0x0'));var md5=require(_0x153f('0x1'));var util=require(_0x153f('0x2'));var Redis=require('ioredis');var config=require(_0x153f('0x3'));config[_0x153f('0x4')]=_[_0x153f('0x5')](config['redis'],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x153f('0x4')]));function FaxQueue(_0x1ee6a6){this['id']=_0x1ee6a6['id']||0x0;this['name']=_0x1ee6a6['name']||'';this[_0x153f('0x6')]=_0x1ee6a6[_0x153f('0x6')]||0xa;this[_0x153f('0x7')]=_0x1ee6a6[_0x153f('0x7')]||'beepall';this['Agents']=_0x1ee6a6[_0x153f('0x8')];this[_0x153f('0x9')]={};this[_0x153f('0xa')]=0x0;this['md5']='';this[_0x153f('0xb')]();this[_0x153f('0xc')]();}FaxQueue[_0x153f('0xd')][_0x153f('0xb')]=function(){var _0x3c688f=this[_0x153f('0x9')][_0x153f('0xe')];this['mapAgentsId']=_[_0x153f('0xf')](this['Agents'],'id');this[_0x153f('0x9')][_0x153f('0xe')]=_0x3c688f;};FaxQueue[_0x153f('0xd')][_0x153f('0xc')]=function(){this['loggedIn']=0x0;this['paused']=0x0;for(var _0x2e5c22=0x0;_0x2e5c22<this[_0x153f('0x8')]['length'];_0x2e5c22+=0x1){if(this[_0x153f('0x8')][_0x2e5c22][_0x153f('0x10')]){this[_0x153f('0x11')]+=0x1;}if(this[_0x153f('0x8')][_0x2e5c22][_0x153f('0x12')]){this[_0x153f('0x13')]+=0x1;}}this[_0x153f('0x14')]=this[_0x153f('0x11')]-this['paused'];this[_0x153f('0x14')]=this['available']>=0x0?this[_0x153f('0x14')]:0x0;var _0x27df48={'id':this['id'],'available':this['available'],'loggedIn':this[_0x153f('0x11')],'name':this[_0x153f('0x15')],'paused':this[_0x153f('0x13')],'waiting':this[_0x153f('0xa')]};var _0x4d817f=md5(JSON[_0x153f('0x16')](_0x27df48));if(this[_0x153f('0x1')]!==_0x4d817f){this[_0x153f('0x1')]=_0x4d817f;io['to'](util[_0x153f('0x17')](_0x153f('0x18'),_0x27df48[_0x153f('0x15')]))[_0x153f('0x19')](_0x153f('0x1a'),_0x27df48);}};module[_0x153f('0x1b')]=FaxQueue;