forked from vxmppb/vxmppb
Adding config to enable/disable calls.
This commit is contained in:
2
index.js
2
index.js
@@ -16,6 +16,8 @@ try {
|
||||
const config = ini.parse(fs.readFileSync('./config.ini', 'utf-8'));
|
||||
// check if user debugging is enabled
|
||||
const debugging = config.debug;
|
||||
// check if user wants phone calls with commands are run
|
||||
const callme = config.calls;
|
||||
|
||||
// Asterisk config
|
||||
const asterisk_callfrom = config.asterisk.callfrom;
|
||||
|
Reference in New Issue
Block a user