Built motion from commit 87cd5f02.|2.5.48
[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 _0x153f=['available','stringify','format','sms:queue:%s','emit','exports','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','map','_rr','prototype','loggedIn','paused','length','online','smsPause'];(function(_0x3b1a10,_0x319d85){var _0x2fbb4d=function(_0x2e3c3a){while(--_0x2e3c3a){_0x3b1a10['push'](_0x3b1a10['shift']());}};_0x2fbb4d(++_0x319d85);}(_0x153f,0x15b));var _0xf153=function(_0x5c3206,_0x14bc37){_0x5c3206=_0x5c3206-0x0;var _0x4cb003=_0x153f[_0x5c3206];return _0x4cb003;};'use strict';var _=require(_0xf153('0x0'));var md5=require(_0xf153('0x1'));var util=require(_0xf153('0x2'));var Redis=require(_0xf153('0x3'));var config=require(_0xf153('0x4'));config[_0xf153('0x5')]=_[_0xf153('0x6')](config['redis'],{'host':_0xf153('0x7'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xf153('0x5')]));function SmsQueue(_0x2fcb1a){this['id']=_0x2fcb1a['id']||0x0;this[_0xf153('0x8')]=_0x2fcb1a[_0xf153('0x8')]||'';this[_0xf153('0x9')]=_0x2fcb1a['timeout']||0xa;this[_0xf153('0xa')]=_0x2fcb1a[_0xf153('0xa')]||_0xf153('0xb');this[_0xf153('0xc')]=_0x2fcb1a[_0xf153('0xc')];this[_0xf153('0xd')]={};this[_0xf153('0xe')]=0x0;this[_0xf153('0x1')]='';this[_0xf153('0xf')]();this[_0xf153('0x10')]();}SmsQueue['prototype'][_0xf153('0xf')]=function(){var _0x1c8de7=this[_0xf153('0xd')]['_rr'];this[_0xf153('0xd')]=_[_0xf153('0x11')](this[_0xf153('0xc')],'id');this[_0xf153('0xd')][_0xf153('0x12')]=_0x1c8de7;};SmsQueue[_0xf153('0x13')][_0xf153('0x10')]=function(){this[_0xf153('0x14')]=0x0;this[_0xf153('0x15')]=0x0;for(var _0x4c5283=0x0;_0x4c5283<this[_0xf153('0xc')][_0xf153('0x16')];_0x4c5283+=0x1){if(this[_0xf153('0xc')][_0x4c5283][_0xf153('0x17')]){this[_0xf153('0x14')]+=0x1;}if(this[_0xf153('0xc')][_0x4c5283][_0xf153('0x18')]){this[_0xf153('0x15')]+=0x1;}}this['available']=this[_0xf153('0x14')]-this['paused'];this[_0xf153('0x19')]=this[_0xf153('0x19')]>=0x0?this[_0xf153('0x19')]:0x0;var _0x44272e={'id':this['id'],'available':this['available'],'loggedIn':this[_0xf153('0x14')],'name':this[_0xf153('0x8')],'paused':this[_0xf153('0x15')],'waiting':this[_0xf153('0xe')]};var _0x15230c=md5(JSON[_0xf153('0x1a')](_0x44272e));if(this[_0xf153('0x1')]!==_0x15230c){this[_0xf153('0x1')]=_0x15230c;io['to'](util[_0xf153('0x1b')](_0xf153('0x1c'),_0x44272e[_0xf153('0x8')]))[_0xf153('0x1d')]('sms_queue:save',_0x44272e);}};module[_0xf153('0x1e')]=SmsQueue;