56322f8022fa66be2d45a69ec594c2fdfc539d1e
[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 _0x11aa=['updateRealtime','_rr','prototype','loggedIn','paused','faxPause','available','waiting','stringify','format','emit','fax_queue:save','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0x11aa,0x1f2));var _0xa11a=function(_0x4df388,_0x12b687){_0x4df388=_0x4df388-0x0;var _0x179308=_0x11aa[_0x4df388];return _0x179308;};'use strict';var _=require('lodash');var md5=require(_0xa11a('0x0'));var util=require(_0xa11a('0x1'));var Redis=require(_0xa11a('0x2'));var config=require(_0xa11a('0x3'));config[_0xa11a('0x4')]=_[_0xa11a('0x5')](config[_0xa11a('0x4')],{'host':_0xa11a('0x6'),'port':0x18eb});var io=require(_0xa11a('0x7'))(new Redis(config[_0xa11a('0x4')]));function FaxQueue(_0x3a2dad){this['id']=_0x3a2dad['id']||0x0;this['name']=_0x3a2dad[_0xa11a('0x8')]||'';this[_0xa11a('0x9')]=_0x3a2dad[_0xa11a('0x9')]||0xa;this['strategy']=_0x3a2dad[_0xa11a('0xa')]||_0xa11a('0xb');this[_0xa11a('0xc')]=_0x3a2dad[_0xa11a('0xc')];this[_0xa11a('0xd')]={};this['waiting']=0x0;this['md5']='';this[_0xa11a('0xe')]();this[_0xa11a('0xf')]();}FaxQueue['prototype'][_0xa11a('0xe')]=function(){var _0x3ec489=this[_0xa11a('0xd')][_0xa11a('0x10')];this[_0xa11a('0xd')]=_['map'](this[_0xa11a('0xc')],'id');this['mapAgentsId'][_0xa11a('0x10')]=_0x3ec489;};FaxQueue[_0xa11a('0x11')]['updateRealtime']=function(){this[_0xa11a('0x12')]=0x0;this[_0xa11a('0x13')]=0x0;for(var _0x1a2d06=0x0;_0x1a2d06<this[_0xa11a('0xc')]['length'];_0x1a2d06+=0x1){if(this[_0xa11a('0xc')][_0x1a2d06]['online']){this[_0xa11a('0x12')]+=0x1;}if(this['Agents'][_0x1a2d06][_0xa11a('0x14')]){this[_0xa11a('0x13')]+=0x1;}}this[_0xa11a('0x15')]=this[_0xa11a('0x12')]-this[_0xa11a('0x13')];this[_0xa11a('0x15')]=this[_0xa11a('0x15')]>=0x0?this[_0xa11a('0x15')]:0x0;var _0x5c81ec={'id':this['id'],'available':this[_0xa11a('0x15')],'loggedIn':this['loggedIn'],'name':this[_0xa11a('0x8')],'paused':this[_0xa11a('0x13')],'waiting':this[_0xa11a('0x16')]};var _0x308488=md5(JSON[_0xa11a('0x17')](_0x5c81ec));if(this[_0xa11a('0x0')]!==_0x308488){this[_0xa11a('0x0')]=_0x308488;io['to'](util[_0xa11a('0x18')]('fax:queue:%s',_0x5c81ec[_0xa11a('0x8')]))[_0xa11a('0x19')](_0xa11a('0x1a'),_0x5c81ec);}};module['exports']=FaxQueue;