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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'];