Built motion from commit d5e4af8c.|2.6.23
[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 _0x090a=['map','prototype','loggedIn','paused','length','online','faxPause','available','stringify','fax:queue:%s','emit','fax_queue:save','lodash','md5','util','ioredis','../../../config/environment','redis','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr'];(function(_0x427572,_0x1d89f2){var _0x585590=function(_0x1699da){while(--_0x1699da){_0x427572['push'](_0x427572['shift']());}};_0x585590(++_0x1d89f2);}(_0x090a,0x98));var _0xa090=function(_0x15bbf1,_0x40ef96){_0x15bbf1=_0x15bbf1-0x0;var _0x5c4b47=_0x090a[_0x15bbf1];return _0x5c4b47;};'use strict';var _=require(_0xa090('0x0'));var md5=require(_0xa090('0x1'));var util=require(_0xa090('0x2'));var Redis=require(_0xa090('0x3'));var config=require(_0xa090('0x4'));config[_0xa090('0x5')]=_['defaults'](config['redis'],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xa090('0x5')]));function FaxQueue(_0x37628f){this['id']=_0x37628f['id']||0x0;this['name']=_0x37628f[_0xa090('0x6')]||'';this['timeout']=_0x37628f[_0xa090('0x7')]||0xa;this[_0xa090('0x8')]=_0x37628f[_0xa090('0x8')]||_0xa090('0x9');this[_0xa090('0xa')]=_0x37628f[_0xa090('0xa')];this[_0xa090('0xb')]={};this[_0xa090('0xc')]=0x0;this[_0xa090('0x1')]='';this[_0xa090('0xd')]();this[_0xa090('0xe')]();}FaxQueue['prototype']['updateRouting']=function(){var _0x5cb919=this[_0xa090('0xb')][_0xa090('0xf')];this[_0xa090('0xb')]=_[_0xa090('0x10')](this['Agents'],'id');this[_0xa090('0xb')][_0xa090('0xf')]=_0x5cb919;};FaxQueue[_0xa090('0x11')][_0xa090('0xe')]=function(){this[_0xa090('0x12')]=0x0;this[_0xa090('0x13')]=0x0;for(var _0x54d2c8=0x0;_0x54d2c8<this[_0xa090('0xa')][_0xa090('0x14')];_0x54d2c8+=0x1){if(this[_0xa090('0xa')][_0x54d2c8][_0xa090('0x15')]){this['loggedIn']+=0x1;}if(this[_0xa090('0xa')][_0x54d2c8][_0xa090('0x16')]){this['paused']+=0x1;}}this['available']=this[_0xa090('0x12')]-this['paused'];this[_0xa090('0x17')]=this[_0xa090('0x17')]>=0x0?this[_0xa090('0x17')]:0x0;var _0x5ada06={'id':this['id'],'available':this[_0xa090('0x17')],'loggedIn':this[_0xa090('0x12')],'name':this['name'],'paused':this[_0xa090('0x13')],'waiting':this[_0xa090('0xc')]};var _0x457d9b=md5(JSON[_0xa090('0x18')](_0x5ada06));if(this[_0xa090('0x1')]!==_0x457d9b){this[_0xa090('0x1')]=_0x457d9b;io['to'](util['format'](_0xa090('0x19'),_0x5ada06['name']))[_0xa090('0x1a')](_0xa090('0x1b'),_0x5ada06);}};module['exports']=FaxQueue;