Built motion from commit 497d3d92.|2.5.43
[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 _0xe907=['_rr','map','online','loggedIn','faxPause','paused','available','stringify','format','emit','fax_queue:save','exports','lodash','md5','util','../../../config/environment','defaults','redis','localhost','name','timeout','strategy','Agents','waiting','updateRouting','updateRealtime','prototype','mapAgentsId'];(function(_0x4731a9,_0x460b41){var _0x541529=function(_0x5ad765){while(--_0x5ad765){_0x4731a9['push'](_0x4731a9['shift']());}};_0x541529(++_0x460b41);}(_0xe907,0x108));var _0x7e90=function(_0xb5ee9d,_0x11ab6c){_0xb5ee9d=_0xb5ee9d-0x0;var _0xf11bc9=_0xe907[_0xb5ee9d];return _0xf11bc9;};'use strict';var _=require(_0x7e90('0x0'));var md5=require(_0x7e90('0x1'));var util=require(_0x7e90('0x2'));var Redis=require('ioredis');var config=require(_0x7e90('0x3'));config['redis']=_[_0x7e90('0x4')](config[_0x7e90('0x5')],{'host':_0x7e90('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x7e90('0x5')]));function FaxQueue(_0x16ce70){this['id']=_0x16ce70['id']||0x0;this[_0x7e90('0x7')]=_0x16ce70[_0x7e90('0x7')]||'';this[_0x7e90('0x8')]=_0x16ce70[_0x7e90('0x8')]||0xa;this[_0x7e90('0x9')]=_0x16ce70[_0x7e90('0x9')]||'beepall';this[_0x7e90('0xa')]=_0x16ce70[_0x7e90('0xa')];this['mapAgentsId']={};this[_0x7e90('0xb')]=0x0;this[_0x7e90('0x1')]='';this[_0x7e90('0xc')]();this[_0x7e90('0xd')]();}FaxQueue[_0x7e90('0xe')][_0x7e90('0xc')]=function(){var _0x41e8b8=this[_0x7e90('0xf')][_0x7e90('0x10')];this[_0x7e90('0xf')]=_[_0x7e90('0x11')](this[_0x7e90('0xa')],'id');this['mapAgentsId'][_0x7e90('0x10')]=_0x41e8b8;};FaxQueue[_0x7e90('0xe')][_0x7e90('0xd')]=function(){this['loggedIn']=0x0;this['paused']=0x0;for(var _0xa5ba73=0x0;_0xa5ba73<this[_0x7e90('0xa')]['length'];_0xa5ba73+=0x1){if(this['Agents'][_0xa5ba73][_0x7e90('0x12')]){this[_0x7e90('0x13')]+=0x1;}if(this[_0x7e90('0xa')][_0xa5ba73][_0x7e90('0x14')]){this[_0x7e90('0x15')]+=0x1;}}this[_0x7e90('0x16')]=this[_0x7e90('0x13')]-this[_0x7e90('0x15')];this[_0x7e90('0x16')]=this[_0x7e90('0x16')]>=0x0?this[_0x7e90('0x16')]:0x0;var _0x5d8247={'id':this['id'],'available':this[_0x7e90('0x16')],'loggedIn':this[_0x7e90('0x13')],'name':this['name'],'paused':this[_0x7e90('0x15')],'waiting':this[_0x7e90('0xb')]};var _0xc66960=md5(JSON[_0x7e90('0x17')](_0x5d8247));if(this['md5']!==_0xc66960){this[_0x7e90('0x1')]=_0xc66960;io['to'](util[_0x7e90('0x18')]('fax:queue:%s',_0x5d8247['name']))[_0x7e90('0x19')](_0x7e90('0x1a'),_0x5d8247);}};module[_0x7e90('0x1b')]=FaxQueue;