Another Fix

This commit is contained in:
Christopher Cookman 2025-11-18 12:08:57 -07:00
parent 0a38ac6035
commit a1728d8011

View file

@ -182,6 +182,7 @@ class FreepbxManager {
updateExtension(input: {
extensionId: $ext
extPassword: $password
name: $name
}) {
status,
message
@ -229,7 +230,6 @@ class FreepbxManager {
}
nextExt++;
}
return nextExt;
}
}