3c7e3ffca36386f40a3f3958b49024643008770f
[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 _0x1f3e=['defaults','localhost','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRealtime','prototype','updateRouting','_rr','map','loggedIn','length','online','faxPause','paused','available','stringify','format','emit','fax_queue:save','lodash','md5','util','ioredis','../../../config/environment','redis'];(function(_0x465a98,_0x25aa53){var _0x3c6626=function(_0xee9837){while(--_0xee9837){_0x465a98['push'](_0x465a98['shift']());}};_0x3c6626(++_0x25aa53);}(_0x1f3e,0x139));var _0xe1f3=function(_0x114d17,_0x3d265f){_0x114d17=_0x114d17-0x0;var _0x5cea92=_0x1f3e[_0x114d17];return _0x5cea92;};'use strict';var _=require(_0xe1f3('0x0'));var md5=require(_0xe1f3('0x1'));var util=require(_0xe1f3('0x2'));var Redis=require(_0xe1f3('0x3'));var config=require(_0xe1f3('0x4'));config[_0xe1f3('0x5')]=_[_0xe1f3('0x6')](config[_0xe1f3('0x5')],{'host':_0xe1f3('0x7'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xe1f3('0x5')]));function FaxQueue(_0x5da7a5){this['id']=_0x5da7a5['id']||0x0;this[_0xe1f3('0x8')]=_0x5da7a5[_0xe1f3('0x8')]||'';this[_0xe1f3('0x9')]=_0x5da7a5[_0xe1f3('0x9')]||0xa;this[_0xe1f3('0xa')]=_0x5da7a5['strategy']||'beepall';this[_0xe1f3('0xb')]=_0x5da7a5[_0xe1f3('0xb')];this[_0xe1f3('0xc')]={};this[_0xe1f3('0xd')]=0x0;this[_0xe1f3('0x1')]='';this['updateRouting']();this[_0xe1f3('0xe')]();}FaxQueue[_0xe1f3('0xf')][_0xe1f3('0x10')]=function(){var _0x380a07=this[_0xe1f3('0xc')][_0xe1f3('0x11')];this[_0xe1f3('0xc')]=_[_0xe1f3('0x12')](this[_0xe1f3('0xb')],'id');this[_0xe1f3('0xc')][_0xe1f3('0x11')]=_0x380a07;};FaxQueue[_0xe1f3('0xf')][_0xe1f3('0xe')]=function(){this[_0xe1f3('0x13')]=0x0;this['paused']=0x0;for(var _0x57b9c6=0x0;_0x57b9c6<this[_0xe1f3('0xb')][_0xe1f3('0x14')];_0x57b9c6+=0x1){if(this[_0xe1f3('0xb')][_0x57b9c6][_0xe1f3('0x15')]){this[_0xe1f3('0x13')]+=0x1;}if(this[_0xe1f3('0xb')][_0x57b9c6][_0xe1f3('0x16')]){this[_0xe1f3('0x17')]+=0x1;}}this[_0xe1f3('0x18')]=this[_0xe1f3('0x13')]-this['paused'];this[_0xe1f3('0x18')]=this[_0xe1f3('0x18')]>=0x0?this[_0xe1f3('0x18')]:0x0;var _0x1bcb0a={'id':this['id'],'available':this[_0xe1f3('0x18')],'loggedIn':this[_0xe1f3('0x13')],'name':this['name'],'paused':this[_0xe1f3('0x17')],'waiting':this[_0xe1f3('0xd')]};var _0x410dbc=md5(JSON[_0xe1f3('0x19')](_0x1bcb0a));if(this[_0xe1f3('0x1')]!==_0x410dbc){this[_0xe1f3('0x1')]=_0x410dbc;io['to'](util[_0xe1f3('0x1a')]('fax:queue:%s',_0x1bcb0a[_0xe1f3('0x8')]))[_0xe1f3('0x1b')](_0xe1f3('0x1c'),_0x1bcb0a);}};module['exports']=FaxQueue;