Default the device line label to the extension number
This commit is contained in:
parent
2db571f2fc
commit
a80a22f797
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue