Default the device line label to the extension number

This commit is contained in:
FusionPBX
2021-12-15 15:06:13 -07:00
committed by GitHub
parent 2db571f2fc
commit a80a22f797

View File

@@ -556,7 +556,7 @@
//get the dislplay label
if ($_SESSION['provision']['line_label']['text'] == 'auto') {
$line_label = $name;
$line_label = $extension;
}
else {
$line_label = $_SESSION['provision']['line_label']['text'];