Built motion from commit (unavailable).|2.4.18
[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 _0x226b=['../../config/utils','../../config/logger','rpc','jayson/promise','client','http','redis','defaults','localhost','socket.io-emitter','register','then','info','request\x20sent','debug','Plugin,\x20%s,\x20%s,\x20%s','stringify','error','code','Plugin,\x20%s,\x20%s','message','result','catch','CreatePlugin','body','options','util','moment','bluebird','randomstring','ioredis','../../mysqldb'];(function(_0x465028,_0x4570ac){var _0xb783d4=function(_0x5458c5){while(--_0x5458c5){_0x465028['push'](_0x465028['shift']());}};_0xb783d4(++_0x4570ac);}(_0x226b,0x1da));var _0xb226=function(_0x121195,_0x2cd8b8){_0x121195=_0x121195-0x0;var _0x363aea=_0x226b[_0x121195];return _0x363aea;};'use strict';var _=require('lodash');var util=require(_0xb226('0x0'));var moment=require(_0xb226('0x1'));var BPromise=require(_0xb226('0x2'));var rs=require(_0xb226('0x3'));var fs=require('fs');var Redis=require(_0xb226('0x4'));var db=require(_0xb226('0x5'))['db'];var utils=require(_0xb226('0x6'));var logger=require(_0xb226('0x7'))(_0xb226('0x8'));var config=require('../../config/environment');var jayson=require(_0xb226('0x9'));var client=jayson[_0xb226('0xa')][_0xb226('0xb')]({'port':0x232a});config[_0xb226('0xc')]=_[_0xb226('0xd')](config[_0xb226('0xc')],{'host':_0xb226('0xe'),'port':0x18eb});var socket=require(_0xb226('0xf'))(new Redis(config['redis']));require('./plugin.socket')[_0xb226('0x10')](socket);function respondWithRpcPromise(_0x35fbd3,_0x2edf5a,_0x3f774b){return new BPromise(function(_0x2b9896,_0x11d205){return client['request'](_0x35fbd3,_0x3f774b)[_0xb226('0x11')](function(_0x3f5c6e){logger[_0xb226('0x12')]('Plugin,\x20%s,\x20%s',_0x2edf5a,_0xb226('0x13'));logger[_0xb226('0x14')](_0xb226('0x15'),_0x2edf5a,_0xb226('0x13'),JSON[_0xb226('0x16')](_0x3f5c6e));if(_0x3f5c6e[_0xb226('0x17')]){if(_0x3f5c6e[_0xb226('0x17')][_0xb226('0x18')]===0x1f4){logger[_0xb226('0x17')](_0xb226('0x19'),_0x2edf5a,_0x3f5c6e[_0xb226('0x17')]['message']);return _0x11d205(_0x3f5c6e[_0xb226('0x17')][_0xb226('0x1a')]);}logger[_0xb226('0x17')]('Plugin,\x20%s,\x20%s',_0x2edf5a,_0x3f5c6e['error'][_0xb226('0x1a')]);return _0x2b9896(_0x3f5c6e[_0xb226('0x17')]['message']);}else{logger['info'](_0xb226('0x19'),_0x2edf5a,_0xb226('0x13'));_0x2b9896(_0x3f5c6e[_0xb226('0x1b')][_0xb226('0x1a')]);}})[_0xb226('0x1c')](function(_0x1fb75d){logger[_0xb226('0x17')](_0xb226('0x19'),_0x2edf5a,_0x1fb75d);_0x11d205(_0x1fb75d);});});}exports[_0xb226('0x1d')]=function(_0x34524d){var _0x2a7354=this;return new Promise(function(_0x51191,_0x44fc7f){return db['Plugin']['create'](_0x34524d[_0xb226('0x1e')],{'raw':_0x34524d[_0xb226('0x1f')]?_0x34524d[_0xb226('0x1f')]['raw']===undefined?!![]:![]:!![]})['then'](function(_0x317342){logger['info'](_0xb226('0x1d'),_0x34524d);logger[_0xb226('0x14')](_0xb226('0x1d'),_0x34524d,JSON['stringify'](_0x317342));_0x51191(_0x317342);})[_0xb226('0x1c')](function(_0x1c067c){logger[_0xb226('0x17')]('CreatePlugin',_0x1c067c[_0xb226('0x1a')],_0x34524d);_0x44fc7f(_0x2a7354['error'](0x1f4,_0x1c067c[_0xb226('0x1a')]));});});};