Built motion from commit c116dc8b.|2.6.30
[motion2.git] / server / api / whatsappMessage / whatsappMessage.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 _0x08fb=['client','http','redis','localhost','socket.io-emitter','./whatsappMessage.socket','register','then','info','WhatsappMessage,\x20%s,\x20%s','request\x20sent','debug','WhatsappMessage,\x20%s,\x20%s,\x20%s','stringify','error','code','message','result','catch','WhatsappMessage','options','raw','CreateWhatsappMessage','util','moment','bluebird','ioredis','../../config/logger','../../config/environment','jayson/promise'];(function(_0x5bd9b8,_0x554022){var _0x5ab4ca=function(_0x18dbc5){while(--_0x18dbc5){_0x5bd9b8['push'](_0x5bd9b8['shift']());}};_0x5ab4ca(++_0x554022);}(_0x08fb,0xcb));var _0xb08f=function(_0x44cbbc,_0x2a72a3){_0x44cbbc=_0x44cbbc-0x0;var _0x33de38=_0x08fb[_0x44cbbc];return _0x33de38;};'use strict';var _=require('lodash');var util=require(_0xb08f('0x0'));var moment=require(_0xb08f('0x1'));var BPromise=require(_0xb08f('0x2'));var rs=require('randomstring');var fs=require('fs');var Redis=require(_0xb08f('0x3'));var db=require('../../mysqldb')['db'];var utils=require('../../config/utils');var logger=require(_0xb08f('0x4'))('rpc');var config=require(_0xb08f('0x5'));var jayson=require(_0xb08f('0x6'));var client=jayson[_0xb08f('0x7')][_0xb08f('0x8')]({'port':0x232a});config[_0xb08f('0x9')]=_['defaults'](config[_0xb08f('0x9')],{'host':_0xb08f('0xa'),'port':0x18eb});var socket=require(_0xb08f('0xb'))(new Redis(config[_0xb08f('0x9')]));require(_0xb08f('0xc'))[_0xb08f('0xd')](socket);function respondWithRpcPromise(_0x5c8c0d,_0x5034bd,_0x529504){return new BPromise(function(_0x2a3807,_0x195168){return client['request'](_0x5c8c0d,_0x529504)[_0xb08f('0xe')](function(_0x5bfed3){logger[_0xb08f('0xf')](_0xb08f('0x10'),_0x5034bd,_0xb08f('0x11'));logger[_0xb08f('0x12')](_0xb08f('0x13'),_0x5034bd,_0xb08f('0x11'),JSON[_0xb08f('0x14')](_0x5bfed3));if(_0x5bfed3['error']){if(_0x5bfed3[_0xb08f('0x15')][_0xb08f('0x16')]===0x1f4){logger['error'](_0xb08f('0x10'),_0x5034bd,_0x5bfed3['error'][_0xb08f('0x17')]);return _0x195168(_0x5bfed3['error'][_0xb08f('0x17')]);}logger['error'](_0xb08f('0x10'),_0x5034bd,_0x5bfed3['error'][_0xb08f('0x17')]);return _0x2a3807(_0x5bfed3[_0xb08f('0x15')][_0xb08f('0x17')]);}else{logger[_0xb08f('0xf')]('WhatsappMessage,\x20%s,\x20%s',_0x5034bd,'request\x20sent');_0x2a3807(_0x5bfed3[_0xb08f('0x18')][_0xb08f('0x17')]);}})[_0xb08f('0x19')](function(_0x2c4bf3){logger[_0xb08f('0x15')](_0xb08f('0x10'),_0x5034bd,_0x2c4bf3);_0x195168(_0x2c4bf3);});});}exports['CreateWhatsappMessage']=function(_0x487703){var _0x1ee0aa=this;return new Promise(function(_0x4e8932,_0x988072){return db[_0xb08f('0x1a')]['create'](_0x487703['body'],{'raw':_0x487703[_0xb08f('0x1b')]?_0x487703[_0xb08f('0x1b')][_0xb08f('0x1c')]===undefined?!![]:![]:!![]})['then'](function(_0x4a89cb){logger[_0xb08f('0xf')](_0xb08f('0x1d'),_0x487703);logger[_0xb08f('0x12')](_0xb08f('0x1d'),_0x487703,JSON[_0xb08f('0x14')](_0x4a89cb));_0x4e8932(_0x4a89cb);})[_0xb08f('0x19')](function(_0x3299e7){logger[_0xb08f('0x15')](_0xb08f('0x1d'),_0x3299e7[_0xb08f('0x17')],_0x487703);_0x988072(_0x1ee0aa['error'](0x1f4,_0x3299e7[_0xb08f('0x17')]));});});};