Merge stephen/vxmppb #25

Merged
stephen merged 22 commits from stephen/vxmppb:main into main 2022-06-02 20:52:32 -04:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit ac0338d220 - Show all commits

View File

@ -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;