Built motion from commit (unavailable).|2.5.7
[motion2.git] / server / api / plugin / plugin.rpc.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 _0x28af=['message','result','catch','CreatePlugin','Plugin','create','options','raw','then','bluebird','randomstring','ioredis','../../config/utils','../../config/logger','rpc','../../config/environment','jayson/promise','client','http','redis','./plugin.socket','info','Plugin,\x20%s,\x20%s','request\x20sent','debug','stringify','error','code'];(function(_0x3ff1aa,_0x118386){var _0x9caea8=function(_0x3e1e84){while(--_0x3e1e84){_0x3ff1aa['push'](_0x3ff1aa['shift']());}};_0x9caea8(++_0x118386);}(_0x28af,0x191));var _0xf28a=function(_0x5be795,_0x1cb1b8){_0x5be795=_0x5be795-0x0;var _0x4e8a3b=_0x28af[_0x5be795];return _0x4e8a3b;};'use strict';var _=require('lodash');var util=require('util');var moment=require('moment');var BPromise=require(_0xf28a('0x0'));var rs=require(_0xf28a('0x1'));var fs=require('fs');var Redis=require(_0xf28a('0x2'));var db=require('../../mysqldb')['db'];var utils=require(_0xf28a('0x3'));var logger=require(_0xf28a('0x4'))(_0xf28a('0x5'));var config=require(_0xf28a('0x6'));var jayson=require(_0xf28a('0x7'));var client=jayson[_0xf28a('0x8')][_0xf28a('0x9')]({'port':0x232a});config[_0xf28a('0xa')]=_['defaults'](config['redis'],{'host':'localhost','port':0x18eb});var socket=require('socket.io-emitter')(new Redis(config['redis']));require(_0xf28a('0xb'))['register'](socket);function respondWithRpcPromise(_0x103dde,_0x568eaa,_0x332a04){return new BPromise(function(_0x32d432,_0x1ffe7a){return client['request'](_0x103dde,_0x332a04)['then'](function(_0x6c979){logger[_0xf28a('0xc')](_0xf28a('0xd'),_0x568eaa,_0xf28a('0xe'));logger[_0xf28a('0xf')]('Plugin,\x20%s,\x20%s,\x20%s',_0x568eaa,_0xf28a('0xe'),JSON[_0xf28a('0x10')](_0x6c979));if(_0x6c979[_0xf28a('0x11')]){if(_0x6c979[_0xf28a('0x11')][_0xf28a('0x12')]===0x1f4){logger['error'](_0xf28a('0xd'),_0x568eaa,_0x6c979['error'][_0xf28a('0x13')]);return _0x1ffe7a(_0x6c979[_0xf28a('0x11')][_0xf28a('0x13')]);}logger[_0xf28a('0x11')]('Plugin,\x20%s,\x20%s',_0x568eaa,_0x6c979[_0xf28a('0x11')][_0xf28a('0x13')]);return _0x32d432(_0x6c979[_0xf28a('0x11')][_0xf28a('0x13')]);}else{logger[_0xf28a('0xc')](_0xf28a('0xd'),_0x568eaa,_0xf28a('0xe'));_0x32d432(_0x6c979[_0xf28a('0x14')][_0xf28a('0x13')]);}})[_0xf28a('0x15')](function(_0x44d819){logger['error'](_0xf28a('0xd'),_0x568eaa,_0x44d819);_0x1ffe7a(_0x44d819);});});}exports[_0xf28a('0x16')]=function(_0x5f56c8){var _0x4ed9e5=this;return new Promise(function(_0x1997a7,_0xc0008d){return db[_0xf28a('0x17')][_0xf28a('0x18')](_0x5f56c8['body'],{'raw':_0x5f56c8[_0xf28a('0x19')]?_0x5f56c8[_0xf28a('0x19')][_0xf28a('0x1a')]===undefined?!![]:![]:!![]})[_0xf28a('0x1b')](function(_0x4032c1){logger[_0xf28a('0xc')]('CreatePlugin',_0x5f56c8);logger[_0xf28a('0xf')]('CreatePlugin',_0x5f56c8,JSON[_0xf28a('0x10')](_0x4032c1));_0x1997a7(_0x4032c1);})[_0xf28a('0x15')](function(_0x63bfff){logger[_0xf28a('0x11')](_0xf28a('0x16'),_0x63bfff[_0xf28a('0x13')],_0x5f56c8);_0xc0008d(_0x4ed9e5[_0xf28a('0x11')](0x1f4,_0x63bfff['message']));});});};