Grandstream Provisioning File Updates (#6899)

* Fixed issue with registration time for Grandstreams with registration expiration time set for less than 60 seconds
* Updated Grandstream GXP provisioning files to use values from registration expiration time
* Fixed physical key profile issues on GXP & GRP phones
This commit is contained in:
Zachary Kitchen
2024-02-19 22:07:12 -06:00
committed by GitHub
parent 3fb475d67d
commit 859f08fbb2
11 changed files with 4790 additions and 8457 deletions

View File

@@ -826,7 +826,7 @@
}
//convert seconds to minutes for grandstream
if ($device_vendor == 'grandstream') {
if ($device_vendor == 'grandstream' && $register_expires >= 60) {
$register_expires = round($register_expires / 60);
}