mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Default the device line label to the extension number
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user