Built motion from commit 14588770.|2.5.38
[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 _0x3150=['faxPause','available','format','fax:queue:%s','emit','fax_queue:save','lodash','md5','util','ioredis','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr','prototype','paused','length','loggedIn'];(function(_0x51fc66,_0x58499e){var _0x233bb3=function(_0x4118cc){while(--_0x4118cc){_0x51fc66['push'](_0x51fc66['shift']());}};_0x233bb3(++_0x58499e);}(_0x3150,0x92));var _0x0315=function(_0x1dc73e,_0x792805){_0x1dc73e=_0x1dc73e-0x0;var _0x35274b=_0x3150[_0x1dc73e];return _0x35274b;};'use strict';var _=require(_0x0315('0x0'));var md5=require(_0x0315('0x1'));var util=require(_0x0315('0x2'));var Redis=require(_0x0315('0x3'));var config=require('../../../config/environment');config[_0x0315('0x4')]=_[_0x0315('0x5')](config[_0x0315('0x4')],{'host':_0x0315('0x6'),'port':0x18eb});var io=require(_0x0315('0x7'))(new Redis(config['redis']));function FaxQueue(_0x526dfe){this['id']=_0x526dfe['id']||0x0;this[_0x0315('0x8')]=_0x526dfe[_0x0315('0x8')]||'';this['timeout']=_0x526dfe[_0x0315('0x9')]||0xa;this[_0x0315('0xa')]=_0x526dfe[_0x0315('0xa')]||_0x0315('0xb');this[_0x0315('0xc')]=_0x526dfe[_0x0315('0xc')];this[_0x0315('0xd')]={};this[_0x0315('0xe')]=0x0;this[_0x0315('0x1')]='';this[_0x0315('0xf')]();this[_0x0315('0x10')]();}FaxQueue['prototype']['updateRouting']=function(){var _0x12f622=this[_0x0315('0xd')][_0x0315('0x11')];this[_0x0315('0xd')]=_['map'](this[_0x0315('0xc')],'id');this[_0x0315('0xd')][_0x0315('0x11')]=_0x12f622;};FaxQueue[_0x0315('0x12')]['updateRealtime']=function(){this['loggedIn']=0x0;this[_0x0315('0x13')]=0x0;for(var _0x4444a7=0x0;_0x4444a7<this[_0x0315('0xc')][_0x0315('0x14')];_0x4444a7+=0x1){if(this['Agents'][_0x4444a7]['online']){this[_0x0315('0x15')]+=0x1;}if(this[_0x0315('0xc')][_0x4444a7][_0x0315('0x16')]){this[_0x0315('0x13')]+=0x1;}}this[_0x0315('0x17')]=this[_0x0315('0x15')]-this[_0x0315('0x13')];this[_0x0315('0x17')]=this['available']>=0x0?this[_0x0315('0x17')]:0x0;var _0x4c89c5={'id':this['id'],'available':this[_0x0315('0x17')],'loggedIn':this['loggedIn'],'name':this[_0x0315('0x8')],'paused':this['paused'],'waiting':this[_0x0315('0xe')]};var _0x32b3bc=md5(JSON['stringify'](_0x4c89c5));if(this[_0x0315('0x1')]!==_0x32b3bc){this[_0x0315('0x1')]=_0x32b3bc;io['to'](util[_0x0315('0x18')](_0x0315('0x19'),_0x4c89c5[_0x0315('0x8')]))[_0x0315('0x1a')](_0x0315('0x1b'),_0x4c89c5);}};module['exports']=FaxQueue;