Merge pull request #242 from outis1one/claude/asterisk-caller-id-number-y1b3ls
Fix the real cause of the persistent "1 extension edited" false positive
This commit is contained in:
@@ -3066,7 +3066,7 @@ async function loadExtensions() {
|
||||
eaDevices.forEach(d => {
|
||||
const row = byExt.get(d.extension) || {
|
||||
ext: d.extension, name: d.name,
|
||||
restrict: "none", allowed_numbers: "",
|
||||
restrict: "internal", allowed_numbers: "",
|
||||
messaging: false,
|
||||
};
|
||||
row.ea = true;
|
||||
|
||||
Reference in New Issue
Block a user