Merge dev to main #1

Merged
ChrisChrome merged 20 commits from dev into main 2025-10-28 07:58:47 -06:00
Showing only changes of commit e517a259a9 - Show all commits

View file

@ -87,7 +87,6 @@ const main = () => {
}).then(() => {
console.log(`Found ${respData.length} call forwards.`);
for (let cf of respData) {
console.log(`Extension ${cf.extension} has ${cfTypes[cf.type]} call forward to ${cf.target}`);
// Check if forward target is anything in the 700-800 range, or is a number in the blocked list
if ((cf.target >= 700 && cf.target < 800) || blocked.includes(cf.target)) {
// Violation. Remove call forward from db.