Built motion from commit e6806ed6.|2.6.0
[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 _0x6ccc=['format','lodash','md5','util','../../../config/environment','defaults','redis','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr','map','paused','online','loggedIn','faxPause','available'];(function(_0x5b94b1,_0x394d69){var _0x5d5d1f=function(_0x5ce4ae){while(--_0x5ce4ae){_0x5b94b1['push'](_0x5b94b1['shift']());}};_0x5d5d1f(++_0x394d69);}(_0x6ccc,0xa9));var _0xc6cc=function(_0x1573ea,_0x434f02){_0x1573ea=_0x1573ea-0x0;var _0x51c0e2=_0x6ccc[_0x1573ea];return _0x51c0e2;};'use strict';var _=require(_0xc6cc('0x0'));var md5=require(_0xc6cc('0x1'));var util=require(_0xc6cc('0x2'));var Redis=require('ioredis');var config=require(_0xc6cc('0x3'));config['redis']=_[_0xc6cc('0x4')](config[_0xc6cc('0x5')],{'host':_0xc6cc('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xc6cc('0x5')]));function FaxQueue(_0x4db19a){this['id']=_0x4db19a['id']||0x0;this[_0xc6cc('0x7')]=_0x4db19a[_0xc6cc('0x7')]||'';this['timeout']=_0x4db19a[_0xc6cc('0x8')]||0xa;this['strategy']=_0x4db19a[_0xc6cc('0x9')]||_0xc6cc('0xa');this[_0xc6cc('0xb')]=_0x4db19a[_0xc6cc('0xb')];this[_0xc6cc('0xc')]={};this[_0xc6cc('0xd')]=0x0;this[_0xc6cc('0x1')]='';this[_0xc6cc('0xe')]();this[_0xc6cc('0xf')]();}FaxQueue['prototype']['updateRouting']=function(){var _0x29273b=this[_0xc6cc('0xc')][_0xc6cc('0x10')];this[_0xc6cc('0xc')]=_[_0xc6cc('0x11')](this[_0xc6cc('0xb')],'id');this[_0xc6cc('0xc')][_0xc6cc('0x10')]=_0x29273b;};FaxQueue['prototype'][_0xc6cc('0xf')]=function(){this['loggedIn']=0x0;this[_0xc6cc('0x12')]=0x0;for(var _0x201da8=0x0;_0x201da8<this[_0xc6cc('0xb')]['length'];_0x201da8+=0x1){if(this[_0xc6cc('0xb')][_0x201da8][_0xc6cc('0x13')]){this[_0xc6cc('0x14')]+=0x1;}if(this[_0xc6cc('0xb')][_0x201da8][_0xc6cc('0x15')]){this[_0xc6cc('0x12')]+=0x1;}}this[_0xc6cc('0x16')]=this[_0xc6cc('0x14')]-this[_0xc6cc('0x12')];this[_0xc6cc('0x16')]=this[_0xc6cc('0x16')]>=0x0?this['available']:0x0;var _0x337264={'id':this['id'],'available':this[_0xc6cc('0x16')],'loggedIn':this['loggedIn'],'name':this[_0xc6cc('0x7')],'paused':this[_0xc6cc('0x12')],'waiting':this[_0xc6cc('0xd')]};var _0x3ca7d7=md5(JSON['stringify'](_0x337264));if(this['md5']!==_0x3ca7d7){this[_0xc6cc('0x1')]=_0x3ca7d7;io['to'](util[_0xc6cc('0x17')]('fax:queue:%s',_0x337264['name']))['emit']('fax_queue:save',_0x337264);}};module['exports']=FaxQueue;