Built motion from commit 3c2ce842.|2.6.31
[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 _0x4f17=['_rr','map','prototype','paused','online','loggedIn','smsPause','available','stringify','md5','format','sms:queue:%s','exports','lodash','util','ioredis','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting','updateRouting','updateRealtime','mapAgentsId'];(function(_0x7f943a,_0x44ce53){var _0x5fa814=function(_0x3925dd){while(--_0x3925dd){_0x7f943a['push'](_0x7f943a['shift']());}};_0x5fa814(++_0x44ce53);}(_0x4f17,0x9e));var _0x74f1=function(_0x8e74c4,_0x4c3b72){_0x8e74c4=_0x8e74c4-0x0;var _0x50e53f=_0x4f17[_0x8e74c4];return _0x50e53f;};'use strict';var _=require(_0x74f1('0x0'));var md5=require('md5');var util=require(_0x74f1('0x1'));var Redis=require(_0x74f1('0x2'));var config=require('../../../config/environment');config[_0x74f1('0x3')]=_[_0x74f1('0x4')](config[_0x74f1('0x3')],{'host':_0x74f1('0x5'),'port':0x18eb});var io=require(_0x74f1('0x6'))(new Redis(config['redis']));function SmsQueue(_0x5e67b0){this['id']=_0x5e67b0['id']||0x0;this[_0x74f1('0x7')]=_0x5e67b0['name']||'';this[_0x74f1('0x8')]=_0x5e67b0['timeout']||0xa;this[_0x74f1('0x9')]=_0x5e67b0[_0x74f1('0x9')]||_0x74f1('0xa');this['Agents']=_0x5e67b0[_0x74f1('0xb')];this['mapAgentsId']={};this[_0x74f1('0xc')]=0x0;this['md5']='';this[_0x74f1('0xd')]();this[_0x74f1('0xe')]();}SmsQueue['prototype']['updateRouting']=function(){var _0x28307c=this[_0x74f1('0xf')][_0x74f1('0x10')];this[_0x74f1('0xf')]=_[_0x74f1('0x11')](this[_0x74f1('0xb')],'id');this[_0x74f1('0xf')][_0x74f1('0x10')]=_0x28307c;};SmsQueue[_0x74f1('0x12')][_0x74f1('0xe')]=function(){this['loggedIn']=0x0;this[_0x74f1('0x13')]=0x0;for(var _0x4e156f=0x0;_0x4e156f<this[_0x74f1('0xb')]['length'];_0x4e156f+=0x1){if(this[_0x74f1('0xb')][_0x4e156f][_0x74f1('0x14')]){this[_0x74f1('0x15')]+=0x1;}if(this[_0x74f1('0xb')][_0x4e156f][_0x74f1('0x16')]){this['paused']+=0x1;}}this[_0x74f1('0x17')]=this[_0x74f1('0x15')]-this['paused'];this[_0x74f1('0x17')]=this[_0x74f1('0x17')]>=0x0?this['available']:0x0;var _0x1cc44b={'id':this['id'],'available':this[_0x74f1('0x17')],'loggedIn':this[_0x74f1('0x15')],'name':this[_0x74f1('0x7')],'paused':this[_0x74f1('0x13')],'waiting':this['waiting']};var _0x353918=md5(JSON[_0x74f1('0x18')](_0x1cc44b));if(this[_0x74f1('0x19')]!==_0x353918){this[_0x74f1('0x19')]=_0x353918;io['to'](util[_0x74f1('0x1a')](_0x74f1('0x1b'),_0x1cc44b['name']))['emit']('sms_queue:save',_0x1cc44b);}};module[_0x74f1('0x1c')]=SmsQueue;