Built motion from commit e1760111.|2.6.18
[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 _0x3882=['socket.io-emitter','name','strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','length','faxPause','available','waiting','stringify','format','fax:queue:%s','fax_queue:save','exports','lodash','md5','ioredis','../../../config/environment','redis','defaults','localhost'];(function(_0x154c95,_0x3ae8cd){var _0xfc84ca=function(_0x2de152){while(--_0x2de152){_0x154c95['push'](_0x154c95['shift']());}};_0xfc84ca(++_0x3ae8cd);}(_0x3882,0x11b));var _0x2388=function(_0x1213d5,_0x30dc3e){_0x1213d5=_0x1213d5-0x0;var _0x390406=_0x3882[_0x1213d5];return _0x390406;};'use strict';var _=require(_0x2388('0x0'));var md5=require(_0x2388('0x1'));var util=require('util');var Redis=require(_0x2388('0x2'));var config=require(_0x2388('0x3'));config[_0x2388('0x4')]=_[_0x2388('0x5')](config[_0x2388('0x4')],{'host':_0x2388('0x6'),'port':0x18eb});var io=require(_0x2388('0x7'))(new Redis(config[_0x2388('0x4')]));function FaxQueue(_0x3048c3){this['id']=_0x3048c3['id']||0x0;this[_0x2388('0x8')]=_0x3048c3[_0x2388('0x8')]||'';this['timeout']=_0x3048c3['timeout']||0xa;this[_0x2388('0x9')]=_0x3048c3[_0x2388('0x9')]||_0x2388('0xa');this[_0x2388('0xb')]=_0x3048c3[_0x2388('0xb')];this[_0x2388('0xc')]={};this['waiting']=0x0;this[_0x2388('0x1')]='';this[_0x2388('0xd')]();this[_0x2388('0xe')]();}FaxQueue[_0x2388('0xf')]['updateRouting']=function(){var _0x38e2ec=this['mapAgentsId'][_0x2388('0x10')];this[_0x2388('0xc')]=_[_0x2388('0x11')](this[_0x2388('0xb')],'id');this['mapAgentsId'][_0x2388('0x10')]=_0x38e2ec;};FaxQueue[_0x2388('0xf')][_0x2388('0xe')]=function(){this[_0x2388('0x12')]=0x0;this[_0x2388('0x13')]=0x0;for(var _0xf5fb37=0x0;_0xf5fb37<this['Agents'][_0x2388('0x14')];_0xf5fb37+=0x1){if(this[_0x2388('0xb')][_0xf5fb37]['online']){this['loggedIn']+=0x1;}if(this[_0x2388('0xb')][_0xf5fb37][_0x2388('0x15')]){this[_0x2388('0x13')]+=0x1;}}this[_0x2388('0x16')]=this[_0x2388('0x12')]-this[_0x2388('0x13')];this[_0x2388('0x16')]=this[_0x2388('0x16')]>=0x0?this[_0x2388('0x16')]:0x0;var _0x553038={'id':this['id'],'available':this[_0x2388('0x16')],'loggedIn':this[_0x2388('0x12')],'name':this[_0x2388('0x8')],'paused':this[_0x2388('0x13')],'waiting':this[_0x2388('0x17')]};var _0x11f0bc=md5(JSON[_0x2388('0x18')](_0x553038));if(this['md5']!==_0x11f0bc){this['md5']=_0x11f0bc;io['to'](util[_0x2388('0x19')](_0x2388('0x1a'),_0x553038['name']))['emit'](_0x2388('0x1b'),_0x553038);}};module[_0x2388('0x1c')]=FaxQueue;