9f5526b91ee3802d7888ea83f7f84d252bdd698c
[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 _0xb915=['prototype','loggedIn','paused','length','online','faxPause','available','stringify','format','fax:queue:%s','fax_queue:save','lodash','md5','util','ioredis','../../../config/environment','defaults','localhost','socket.io-emitter','redis','name','timeout','strategy','beepall','Agents','waiting','updateRouting','updateRealtime','mapAgentsId','map'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0xb915,0x155));var _0x5b91=function(_0x2283dc,_0x2fcfc5){_0x2283dc=_0x2283dc-0x0;var _0x16db90=_0xb915[_0x2283dc];return _0x16db90;};'use strict';var _=require(_0x5b91('0x0'));var md5=require(_0x5b91('0x1'));var util=require(_0x5b91('0x2'));var Redis=require(_0x5b91('0x3'));var config=require(_0x5b91('0x4'));config['redis']=_[_0x5b91('0x5')](config['redis'],{'host':_0x5b91('0x6'),'port':0x18eb});var io=require(_0x5b91('0x7'))(new Redis(config[_0x5b91('0x8')]));function FaxQueue(_0x43b96a){this['id']=_0x43b96a['id']||0x0;this[_0x5b91('0x9')]=_0x43b96a['name']||'';this['timeout']=_0x43b96a[_0x5b91('0xa')]||0xa;this[_0x5b91('0xb')]=_0x43b96a[_0x5b91('0xb')]||_0x5b91('0xc');this[_0x5b91('0xd')]=_0x43b96a[_0x5b91('0xd')];this['mapAgentsId']={};this[_0x5b91('0xe')]=0x0;this[_0x5b91('0x1')]='';this[_0x5b91('0xf')]();this[_0x5b91('0x10')]();}FaxQueue['prototype'][_0x5b91('0xf')]=function(){var _0x5f1ca0=this[_0x5b91('0x11')]['_rr'];this[_0x5b91('0x11')]=_[_0x5b91('0x12')](this[_0x5b91('0xd')],'id');this[_0x5b91('0x11')]['_rr']=_0x5f1ca0;};FaxQueue[_0x5b91('0x13')][_0x5b91('0x10')]=function(){this[_0x5b91('0x14')]=0x0;this[_0x5b91('0x15')]=0x0;for(var _0x5e7ff2=0x0;_0x5e7ff2<this[_0x5b91('0xd')][_0x5b91('0x16')];_0x5e7ff2+=0x1){if(this['Agents'][_0x5e7ff2][_0x5b91('0x17')]){this['loggedIn']+=0x1;}if(this[_0x5b91('0xd')][_0x5e7ff2][_0x5b91('0x18')]){this[_0x5b91('0x15')]+=0x1;}}this[_0x5b91('0x19')]=this[_0x5b91('0x14')]-this[_0x5b91('0x15')];this[_0x5b91('0x19')]=this[_0x5b91('0x19')]>=0x0?this[_0x5b91('0x19')]:0x0;var _0x35bc3b={'id':this['id'],'available':this[_0x5b91('0x19')],'loggedIn':this[_0x5b91('0x14')],'name':this[_0x5b91('0x9')],'paused':this['paused'],'waiting':this[_0x5b91('0xe')]};var _0x8fe332=md5(JSON[_0x5b91('0x1a')](_0x35bc3b));if(this[_0x5b91('0x1')]!==_0x8fe332){this['md5']=_0x8fe332;io['to'](util[_0x5b91('0x1b')](_0x5b91('0x1c'),_0x35bc3b[_0x5b91('0x9')]))['emit'](_0x5b91('0x1d'),_0x35bc3b);}};module['exports']=FaxQueue;