Built motion from commit 43538d75.|2.5.35
[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 _0xd6ce=['redis','defaults','name','strategy','Agents','mapAgentsId','waiting','map','prototype','updateRealtime','paused','length','loggedIn','smsPause','available','stringify','sms:queue:%s','emit','sms_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment'];(function(_0x232905,_0x4a465a){var _0x17844e=function(_0x12bce2){while(--_0x12bce2){_0x232905['push'](_0x232905['shift']());}};_0x17844e(++_0x4a465a);}(_0xd6ce,0x127));var _0xed6c=function(_0x1cbf17,_0x5ccc55){_0x1cbf17=_0x1cbf17-0x0;var _0x2b23ee=_0xd6ce[_0x1cbf17];return _0x2b23ee;};'use strict';var _=require(_0xed6c('0x0'));var md5=require(_0xed6c('0x1'));var util=require(_0xed6c('0x2'));var Redis=require(_0xed6c('0x3'));var config=require(_0xed6c('0x4'));config[_0xed6c('0x5')]=_[_0xed6c('0x6')](config[_0xed6c('0x5')],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xed6c('0x5')]));function SmsQueue(_0x160735){this['id']=_0x160735['id']||0x0;this[_0xed6c('0x7')]=_0x160735[_0xed6c('0x7')]||'';this['timeout']=_0x160735['timeout']||0xa;this[_0xed6c('0x8')]=_0x160735[_0xed6c('0x8')]||'beepall';this['Agents']=_0x160735[_0xed6c('0x9')];this[_0xed6c('0xa')]={};this[_0xed6c('0xb')]=0x0;this[_0xed6c('0x1')]='';this['updateRouting']();this['updateRealtime']();}SmsQueue['prototype']['updateRouting']=function(){var _0x978b9f=this['mapAgentsId']['_rr'];this[_0xed6c('0xa')]=_[_0xed6c('0xc')](this['Agents'],'id');this[_0xed6c('0xa')]['_rr']=_0x978b9f;};SmsQueue[_0xed6c('0xd')][_0xed6c('0xe')]=function(){this['loggedIn']=0x0;this[_0xed6c('0xf')]=0x0;for(var _0x32a8c9=0x0;_0x32a8c9<this[_0xed6c('0x9')][_0xed6c('0x10')];_0x32a8c9+=0x1){if(this['Agents'][_0x32a8c9]['online']){this[_0xed6c('0x11')]+=0x1;}if(this[_0xed6c('0x9')][_0x32a8c9][_0xed6c('0x12')]){this['paused']+=0x1;}}this[_0xed6c('0x13')]=this['loggedIn']-this[_0xed6c('0xf')];this[_0xed6c('0x13')]=this[_0xed6c('0x13')]>=0x0?this[_0xed6c('0x13')]:0x0;var _0x4a920e={'id':this['id'],'available':this[_0xed6c('0x13')],'loggedIn':this[_0xed6c('0x11')],'name':this[_0xed6c('0x7')],'paused':this['paused'],'waiting':this[_0xed6c('0xb')]};var _0x2d34d5=md5(JSON[_0xed6c('0x14')](_0x4a920e));if(this[_0xed6c('0x1')]!==_0x2d34d5){this[_0xed6c('0x1')]=_0x2d34d5;io['to'](util['format'](_0xed6c('0x15'),_0x4a920e['name']))[_0xed6c('0x16')](_0xed6c('0x17'),_0x4a920e);}};module[_0xed6c('0x18')]=SmsQueue;