diff --git a/index.js b/index.js index 6bda016..72985a1 100755 --- a/index.js +++ b/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;