Built motion from commit 87cd5f02.|2.5.48
[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 _0x66b1=['defaults','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','map','_rr','prototype','updateRealtime','paused','length','online','available','stringify','fax:queue:%s','emit','fax_queue:save','exports','md5','util','ioredis','../../../config/environment','redis'];(function(_0x5cbed3,_0x34d305){var _0x5b8afb=function(_0x2130bc){while(--_0x2130bc){_0x5cbed3['push'](_0x5cbed3['shift']());}};_0x5b8afb(++_0x34d305);}(_0x66b1,0x190));var _0x166b=function(_0x1b116e,_0x1f698b){_0x1b116e=_0x1b116e-0x0;var _0x42bfae=_0x66b1[_0x1b116e];return _0x42bfae;};'use strict';var _=require('lodash');var md5=require(_0x166b('0x0'));var util=require(_0x166b('0x1'));var Redis=require(_0x166b('0x2'));var config=require(_0x166b('0x3'));config[_0x166b('0x4')]=_[_0x166b('0x5')](config[_0x166b('0x4')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x166b('0x4')]));function FaxQueue(_0x5f42d7){this['id']=_0x5f42d7['id']||0x0;this['name']=_0x5f42d7[_0x166b('0x6')]||'';this[_0x166b('0x7')]=_0x5f42d7[_0x166b('0x7')]||0xa;this['strategy']=_0x5f42d7[_0x166b('0x8')]||_0x166b('0x9');this[_0x166b('0xa')]=_0x5f42d7['Agents'];this[_0x166b('0xb')]={};this[_0x166b('0xc')]=0x0;this['md5']='';this[_0x166b('0xd')]();this['updateRealtime']();}FaxQueue['prototype'][_0x166b('0xd')]=function(){var _0x53a344=this['mapAgentsId']['_rr'];this[_0x166b('0xb')]=_[_0x166b('0xe')](this['Agents'],'id');this['mapAgentsId'][_0x166b('0xf')]=_0x53a344;};FaxQueue[_0x166b('0x10')][_0x166b('0x11')]=function(){this['loggedIn']=0x0;this[_0x166b('0x12')]=0x0;for(var _0x48c5cf=0x0;_0x48c5cf<this['Agents'][_0x166b('0x13')];_0x48c5cf+=0x1){if(this[_0x166b('0xa')][_0x48c5cf][_0x166b('0x14')]){this['loggedIn']+=0x1;}if(this[_0x166b('0xa')][_0x48c5cf]['faxPause']){this[_0x166b('0x12')]+=0x1;}}this[_0x166b('0x15')]=this['loggedIn']-this[_0x166b('0x12')];this[_0x166b('0x15')]=this[_0x166b('0x15')]>=0x0?this['available']:0x0;var _0xd7e27a={'id':this['id'],'available':this[_0x166b('0x15')],'loggedIn':this['loggedIn'],'name':this[_0x166b('0x6')],'paused':this[_0x166b('0x12')],'waiting':this['waiting']};var _0x4f2f47=md5(JSON[_0x166b('0x16')](_0xd7e27a));if(this[_0x166b('0x0')]!==_0x4f2f47){this[_0x166b('0x0')]=_0x4f2f47;io['to'](util['format'](_0x166b('0x17'),_0xd7e27a[_0x166b('0x6')]))[_0x166b('0x18')](_0x166b('0x19'),_0xd7e27a);}};module[_0x166b('0x1a')]=FaxQueue;