cd1266ea3760210aa009fcc7a7a99312fc5d5f6f
[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 _0xa22e=['exports','md5','util','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','prototype','_rr','map','paused','length','loggedIn','faxPause','available','format','fax:queue:%s','fax_queue:save'];(function(_0x42d4e3,_0x58ad2f){var _0x1c3872=function(_0xfde55e){while(--_0xfde55e){_0x42d4e3['push'](_0x42d4e3['shift']());}};_0x1c3872(++_0x58ad2f);}(_0xa22e,0x1aa));var _0xea22=function(_0x14ffcd,_0x8bbdf4){_0x14ffcd=_0x14ffcd-0x0;var _0x32f653=_0xa22e[_0x14ffcd];return _0x32f653;};'use strict';var _=require('lodash');var md5=require(_0xea22('0x0'));var util=require(_0xea22('0x1'));var Redis=require('ioredis');var config=require(_0xea22('0x2'));config[_0xea22('0x3')]=_['defaults'](config[_0xea22('0x3')],{'host':_0xea22('0x4'),'port':0x18eb});var io=require(_0xea22('0x5'))(new Redis(config[_0xea22('0x3')]));function FaxQueue(_0x248dca){this['id']=_0x248dca['id']||0x0;this['name']=_0x248dca[_0xea22('0x6')]||'';this['timeout']=_0x248dca[_0xea22('0x7')]||0xa;this['strategy']=_0x248dca[_0xea22('0x8')]||_0xea22('0x9');this[_0xea22('0xa')]=_0x248dca[_0xea22('0xa')];this[_0xea22('0xb')]={};this['waiting']=0x0;this[_0xea22('0x0')]='';this[_0xea22('0xc')]();this['updateRealtime']();}FaxQueue[_0xea22('0xd')][_0xea22('0xc')]=function(){var _0xd9470c=this['mapAgentsId'][_0xea22('0xe')];this['mapAgentsId']=_[_0xea22('0xf')](this[_0xea22('0xa')],'id');this[_0xea22('0xb')]['_rr']=_0xd9470c;};FaxQueue[_0xea22('0xd')]['updateRealtime']=function(){this['loggedIn']=0x0;this[_0xea22('0x10')]=0x0;for(var _0x1b2dd0=0x0;_0x1b2dd0<this[_0xea22('0xa')][_0xea22('0x11')];_0x1b2dd0+=0x1){if(this[_0xea22('0xa')][_0x1b2dd0]['online']){this[_0xea22('0x12')]+=0x1;}if(this[_0xea22('0xa')][_0x1b2dd0][_0xea22('0x13')]){this['paused']+=0x1;}}this[_0xea22('0x14')]=this[_0xea22('0x12')]-this[_0xea22('0x10')];this[_0xea22('0x14')]=this[_0xea22('0x14')]>=0x0?this[_0xea22('0x14')]:0x0;var _0x49ffad={'id':this['id'],'available':this[_0xea22('0x14')],'loggedIn':this[_0xea22('0x12')],'name':this[_0xea22('0x6')],'paused':this[_0xea22('0x10')],'waiting':this['waiting']};var _0x1cf781=md5(JSON['stringify'](_0x49ffad));if(this[_0xea22('0x0')]!==_0x1cf781){this[_0xea22('0x0')]=_0x1cf781;io['to'](util[_0xea22('0x15')](_0xea22('0x16'),_0x49ffad[_0xea22('0x6')]))['emit'](_0xea22('0x17'),_0x49ffad);}};module[_0xea22('0x18')]=FaxQueue;