Built motion from commit 092f8824.|2.5.49
[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 _0xe001=['available','waiting','format','fax:queue:%s','emit','fax_queue:save','exports','lodash','ioredis','redis','defaults','socket.io-emitter','name','timeout','strategy','beepall','Agents','md5','updateRouting','updateRealtime','prototype','_rr','mapAgentsId','loggedIn','paused','length','online','faxPause'];(function(_0x292988,_0x1d7a45){var _0x17fc90=function(_0xf7f154){while(--_0xf7f154){_0x292988['push'](_0x292988['shift']());}};_0x17fc90(++_0x1d7a45);}(_0xe001,0x77));var _0x1e00=function(_0x1614fb,_0x5b465d){_0x1614fb=_0x1614fb-0x0;var _0x2df0f2=_0xe001[_0x1614fb];return _0x2df0f2;};'use strict';var _=require(_0x1e00('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0x1e00('0x1'));var config=require('../../../config/environment');config[_0x1e00('0x2')]=_[_0x1e00('0x3')](config[_0x1e00('0x2')],{'host':'localhost','port':0x18eb});var io=require(_0x1e00('0x4'))(new Redis(config[_0x1e00('0x2')]));function FaxQueue(_0x5470dc){this['id']=_0x5470dc['id']||0x0;this[_0x1e00('0x5')]=_0x5470dc[_0x1e00('0x5')]||'';this[_0x1e00('0x6')]=_0x5470dc['timeout']||0xa;this['strategy']=_0x5470dc[_0x1e00('0x7')]||_0x1e00('0x8');this[_0x1e00('0x9')]=_0x5470dc[_0x1e00('0x9')];this['mapAgentsId']={};this['waiting']=0x0;this[_0x1e00('0xa')]='';this[_0x1e00('0xb')]();this[_0x1e00('0xc')]();}FaxQueue[_0x1e00('0xd')][_0x1e00('0xb')]=function(){var _0xd23583=this['mapAgentsId'][_0x1e00('0xe')];this[_0x1e00('0xf')]=_['map'](this[_0x1e00('0x9')],'id');this[_0x1e00('0xf')]['_rr']=_0xd23583;};FaxQueue[_0x1e00('0xd')]['updateRealtime']=function(){this[_0x1e00('0x10')]=0x0;this[_0x1e00('0x11')]=0x0;for(var _0x41e144=0x0;_0x41e144<this[_0x1e00('0x9')][_0x1e00('0x12')];_0x41e144+=0x1){if(this[_0x1e00('0x9')][_0x41e144][_0x1e00('0x13')]){this[_0x1e00('0x10')]+=0x1;}if(this[_0x1e00('0x9')][_0x41e144][_0x1e00('0x14')]){this[_0x1e00('0x11')]+=0x1;}}this['available']=this[_0x1e00('0x10')]-this[_0x1e00('0x11')];this[_0x1e00('0x15')]=this[_0x1e00('0x15')]>=0x0?this[_0x1e00('0x15')]:0x0;var _0x264b17={'id':this['id'],'available':this[_0x1e00('0x15')],'loggedIn':this[_0x1e00('0x10')],'name':this[_0x1e00('0x5')],'paused':this[_0x1e00('0x11')],'waiting':this[_0x1e00('0x16')]};var _0x198ed8=md5(JSON['stringify'](_0x264b17));if(this['md5']!==_0x198ed8){this[_0x1e00('0xa')]=_0x198ed8;io['to'](util[_0x1e00('0x17')](_0x1e00('0x18'),_0x264b17['name']))[_0x1e00('0x19')](_0x1e00('0x1a'),_0x264b17);}};module[_0x1e00('0x1b')]=FaxQueue;