80f0c1da48e045f75a0cd1de0ee501badd6390b6
[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 _0xf59d=['util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','online','faxPause','available','stringify','format','fax:queue:%s','fax_queue:save','exports','md5'];(function(_0x39094b,_0x89d87){var _0xd07aea=function(_0x266c5b){while(--_0x266c5b){_0x39094b['push'](_0x39094b['shift']());}};_0xd07aea(++_0x89d87);}(_0xf59d,0x195));var _0xdf59=function(_0x2ce425,_0x1779a8){_0x2ce425=_0x2ce425-0x0;var _0x53e4cf=_0xf59d[_0x2ce425];return _0x53e4cf;};'use strict';var _=require('lodash');var md5=require(_0xdf59('0x0'));var util=require(_0xdf59('0x1'));var Redis=require(_0xdf59('0x2'));var config=require(_0xdf59('0x3'));config[_0xdf59('0x4')]=_[_0xdf59('0x5')](config['redis'],{'host':_0xdf59('0x6'),'port':0x18eb});var io=require(_0xdf59('0x7'))(new Redis(config[_0xdf59('0x4')]));function FaxQueue(_0x2e3d5d){this['id']=_0x2e3d5d['id']||0x0;this[_0xdf59('0x8')]=_0x2e3d5d[_0xdf59('0x8')]||'';this[_0xdf59('0x9')]=_0x2e3d5d[_0xdf59('0x9')]||0xa;this[_0xdf59('0xa')]=_0x2e3d5d[_0xdf59('0xa')]||'beepall';this[_0xdf59('0xb')]=_0x2e3d5d[_0xdf59('0xb')];this[_0xdf59('0xc')]={};this[_0xdf59('0xd')]=0x0;this[_0xdf59('0x0')]='';this[_0xdf59('0xe')]();this[_0xdf59('0xf')]();}FaxQueue[_0xdf59('0x10')]['updateRouting']=function(){var _0x249841=this['mapAgentsId'][_0xdf59('0x11')];this[_0xdf59('0xc')]=_[_0xdf59('0x12')](this['Agents'],'id');this['mapAgentsId'][_0xdf59('0x11')]=_0x249841;};FaxQueue[_0xdf59('0x10')][_0xdf59('0xf')]=function(){this[_0xdf59('0x13')]=0x0;this[_0xdf59('0x14')]=0x0;for(var _0x33487f=0x0;_0x33487f<this[_0xdf59('0xb')]['length'];_0x33487f+=0x1){if(this[_0xdf59('0xb')][_0x33487f][_0xdf59('0x15')]){this[_0xdf59('0x13')]+=0x1;}if(this['Agents'][_0x33487f][_0xdf59('0x16')]){this[_0xdf59('0x14')]+=0x1;}}this[_0xdf59('0x17')]=this[_0xdf59('0x13')]-this[_0xdf59('0x14')];this[_0xdf59('0x17')]=this[_0xdf59('0x17')]>=0x0?this['available']:0x0;var _0x430daf={'id':this['id'],'available':this[_0xdf59('0x17')],'loggedIn':this[_0xdf59('0x13')],'name':this[_0xdf59('0x8')],'paused':this[_0xdf59('0x14')],'waiting':this[_0xdf59('0xd')]};var _0x3af178=md5(JSON[_0xdf59('0x18')](_0x430daf));if(this['md5']!==_0x3af178){this[_0xdf59('0x0')]=_0x3af178;io['to'](util[_0xdf59('0x19')](_0xdf59('0x1a'),_0x430daf[_0xdf59('0x8')]))['emit'](_0xdf59('0x1b'),_0x430daf);}};module[_0xdf59('0x1c')]=FaxQueue;