Update extension_edit.php
This commit is contained in:
parent
2005800be5
commit
f62bb85e3f
|
|
@ -549,6 +549,7 @@
|
||||||
$array["devices"][0]["device_uuid"] = $device_uuid;
|
$array["devices"][0]["device_uuid"] = $device_uuid;
|
||||||
$array["devices"][0]["domain_uuid"] = $_SESSION['domain_uuid'];
|
$array["devices"][0]["domain_uuid"] = $_SESSION['domain_uuid'];
|
||||||
$array["devices"][0]["device_mac_address"] = $device_mac_address;
|
$array["devices"][0]["device_mac_address"] = $device_mac_address;
|
||||||
|
$array["devices"][0]["device_label"] = $extension;
|
||||||
if (strlen($device_template) > 0) {
|
if (strlen($device_template) > 0) {
|
||||||
$array["devices"][0]["device_template"] = $device_template;
|
$array["devices"][0]["device_template"] = $device_template;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue