0c8a23a208d864dc5c789efaa6867f14cd62749e
[motion2.git] / server / services / routing / model / smsQueue.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 _0x61a5=['lodash','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr','map','prototype','loggedIn','paused','length','online','smsPause','available','md5','sms:queue:%s','emit','sms_queue:save','exports'];(function(_0x31d3eb,_0x370b98){var _0x37a82b=function(_0x3d41cd){while(--_0x3d41cd){_0x31d3eb['push'](_0x31d3eb['shift']());}};_0x37a82b(++_0x370b98);}(_0x61a5,0xf0));var _0x561a=function(_0x36c5b0,_0x5001da){_0x36c5b0=_0x36c5b0-0x0;var _0xf19333=_0x61a5[_0x36c5b0];return _0xf19333;};'use strict';var _=require(_0x561a('0x0'));var md5=require('md5');var util=require(_0x561a('0x1'));var Redis=require(_0x561a('0x2'));var config=require(_0x561a('0x3'));config[_0x561a('0x4')]=_[_0x561a('0x5')](config['redis'],{'host':_0x561a('0x6'),'port':0x18eb});var io=require(_0x561a('0x7'))(new Redis(config['redis']));function SmsQueue(_0x18902a){this['id']=_0x18902a['id']||0x0;this[_0x561a('0x8')]=_0x18902a[_0x561a('0x8')]||'';this[_0x561a('0x9')]=_0x18902a[_0x561a('0x9')]||0xa;this[_0x561a('0xa')]=_0x18902a[_0x561a('0xa')]||'beepall';this[_0x561a('0xb')]=_0x18902a['Agents'];this[_0x561a('0xc')]={};this[_0x561a('0xd')]=0x0;this['md5']='';this[_0x561a('0xe')]();this[_0x561a('0xf')]();}SmsQueue['prototype'][_0x561a('0xe')]=function(){var _0x5cc8ed=this[_0x561a('0xc')][_0x561a('0x10')];this[_0x561a('0xc')]=_[_0x561a('0x11')](this[_0x561a('0xb')],'id');this[_0x561a('0xc')][_0x561a('0x10')]=_0x5cc8ed;};SmsQueue[_0x561a('0x12')][_0x561a('0xf')]=function(){this[_0x561a('0x13')]=0x0;this[_0x561a('0x14')]=0x0;for(var _0x28638b=0x0;_0x28638b<this['Agents'][_0x561a('0x15')];_0x28638b+=0x1){if(this[_0x561a('0xb')][_0x28638b][_0x561a('0x16')]){this[_0x561a('0x13')]+=0x1;}if(this[_0x561a('0xb')][_0x28638b][_0x561a('0x17')]){this[_0x561a('0x14')]+=0x1;}}this[_0x561a('0x18')]=this[_0x561a('0x13')]-this[_0x561a('0x14')];this[_0x561a('0x18')]=this['available']>=0x0?this[_0x561a('0x18')]:0x0;var _0x190057={'id':this['id'],'available':this['available'],'loggedIn':this[_0x561a('0x13')],'name':this[_0x561a('0x8')],'paused':this['paused'],'waiting':this[_0x561a('0xd')]};var _0x567399=md5(JSON['stringify'](_0x190057));if(this[_0x561a('0x19')]!==_0x567399){this[_0x561a('0x19')]=_0x567399;io['to'](util['format'](_0x561a('0x1a'),_0x190057[_0x561a('0x8')]))[_0x561a('0x1b')](_0x561a('0x1c'),_0x190057);}};module[_0x561a('0x1d')]=SmsQueue;