mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user