Fix the mode definition for the Grandstream expansion keys.
This commit is contained in:
parent
675544a655
commit
8b3e6e7a96
|
|
@ -664,7 +664,7 @@ include "root.php";
|
||||||
case "ldap search": $device_key_type = "21"; break;
|
case "ldap search": $device_key_type = "21"; break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($device_key_category == "memory") {
|
if ($device_key_category == "memory" || $device_key_category == "expansion") {
|
||||||
switch ($device_key_type) {
|
switch ($device_key_type) {
|
||||||
case "speed dial": $device_key_type = "0"; break;
|
case "speed dial": $device_key_type = "0"; break;
|
||||||
case "blf": $device_key_type = "1"; break;
|
case "blf": $device_key_type = "1"; break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue