Default the device line label to the extension number
This commit is contained in:
@@ -556,7 +556,7 @@
|
|||||||
|
|
||||||
//get the dislplay label
|
//get the dislplay label
|
||||||
if ($_SESSION['provision']['line_label']['text'] == 'auto') {
|
if ($_SESSION['provision']['line_label']['text'] == 'auto') {
|
||||||
$line_label = $name;
|
$line_label = $extension;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$line_label = $_SESSION['provision']['line_label']['text'];
|
$line_label = $_SESSION['provision']['line_label']['text'];
|
||||||
|
|||||||
Reference in New Issue
Block a user