mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update extension_edit.php
This commit is contained in:
@@ -549,6 +549,7 @@
|
||||
$array["devices"][0]["device_uuid"] = $device_uuid;
|
||||
$array["devices"][0]["domain_uuid"] = $_SESSION['domain_uuid'];
|
||||
$array["devices"][0]["device_mac_address"] = $device_mac_address;
|
||||
$array["devices"][0]["device_label"] = $extension;
|
||||
if (strlen($device_template) > 0) {
|
||||
$array["devices"][0]["device_template"] = $device_template;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user