Another Fix
This commit is contained in:
parent
0a38ac6035
commit
a1728d8011
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue