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 _0x4f74=['beepall','waiting','updateRealtime','updateRouting','mapAgentsId','_rr','map','Agents','prototype','loggedIn','paused','length','online','faxPause','available','format','fax_queue:save','lodash','md5','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x4f74,0x9d));var _0x44f7=function(_0x390a19,_0x5dd137){_0x390a19=_0x390a19-0x0;var _0x5d8230=_0x4f74[_0x390a19];return _0x5d8230;};'use strict';var _=require(_0x44f7('0x0'));var md5=require(_0x44f7('0x1'));var util=require('util');var Redis=require(_0x44f7('0x2'));var config=require(_0x44f7('0x3'));config[_0x44f7('0x4')]=_[_0x44f7('0x5')](config[_0x44f7('0x4')],{'host':_0x44f7('0x6'),'port':0x18eb});var io=require(_0x44f7('0x7'))(new Redis(config[_0x44f7('0x4')]));function FaxQueue(_0x423aba){this['id']=_0x423aba['id']||0x0;this['name']=_0x423aba[_0x44f7('0x8')]||'';this['timeout']=_0x423aba[_0x44f7('0x9')]||0xa;this[_0x44f7('0xa')]=_0x423aba['strategy']||_0x44f7('0xb');this['Agents']=_0x423aba['Agents'];this['mapAgentsId']={};this[_0x44f7('0xc')]=0x0;this[_0x44f7('0x1')]='';this['updateRouting']();this[_0x44f7('0xd')]();}FaxQueue['prototype'][_0x44f7('0xe')]=function(){var _0x5569dc=this[_0x44f7('0xf')][_0x44f7('0x10')];this[_0x44f7('0xf')]=_[_0x44f7('0x11')](this[_0x44f7('0x12')],'id');this[_0x44f7('0xf')][_0x44f7('0x10')]=_0x5569dc;};FaxQueue[_0x44f7('0x13')][_0x44f7('0xd')]=function(){this[_0x44f7('0x14')]=0x0;this[_0x44f7('0x15')]=0x0;for(var _0x4f289e=0x0;_0x4f289e<this[_0x44f7('0x12')][_0x44f7('0x16')];_0x4f289e+=0x1){if(this[_0x44f7('0x12')][_0x4f289e][_0x44f7('0x17')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x4f289e][_0x44f7('0x18')]){this[_0x44f7('0x15')]+=0x1;}}this[_0x44f7('0x19')]=this[_0x44f7('0x14')]-this[_0x44f7('0x15')];this[_0x44f7('0x19')]=this[_0x44f7('0x19')]>=0x0?this[_0x44f7('0x19')]:0x0;var _0xce2430={'id':this['id'],'available':this['available'],'loggedIn':this[_0x44f7('0x14')],'name':this[_0x44f7('0x8')],'paused':this[_0x44f7('0x15')],'waiting':this['waiting']};var _0x4ea19f=md5(JSON['stringify'](_0xce2430));if(this['md5']!==_0x4ea19f){this['md5']=_0x4ea19f;io['to'](util[_0x44f7('0x1a')]('fax:queue:%s',_0xce2430[_0x44f7('0x8')]))['emit'](_0x44f7('0x1b'),_0xce2430);}};module['exports']=FaxQueue;