drachtio-siprec-recording-server
drachtio-siprec-recording-server copied to clipboard
Configuration property "drachtio" is not defined
$ node app WARNING: No configurations found in configuration directory:/opt/drachtio-siprec-recording-server/config WARNING: To disable this warning set SUPPRESS_NO_CONFIG_WARNING in the environment. /opt/drachtio-siprec-recording-server/node_modules/config/lib/config.js:202 throw new Error('Configuration property "' + property + '" is not defined'); ^
Error: Configuration property "drachtio" is not defined
at Config.get (/opt/drachtio-siprec-recording-server/node_modules/config/lib/config.js:202:11)
at Object.
Right, I provide example configs in the config/ directory - see default.json.example-freeswitch and default.json.example-rtpengine.
You need to copy one of them to config/default.json, edit if appropriate, before running the app.
Did you do that?