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