mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-03 14:39:20 +00:00
When assigning and extension to a device set the display_name.
This commit is contained in:
@@ -240,6 +240,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.
|
||||
$sql_insert .= "device_line_uuid, ";
|
||||
$sql_insert .= "domain_uuid, ";
|
||||
$sql_insert .= "server_address, ";
|
||||
$sql_insert .= "display_name, ";
|
||||
$sql_insert .= "user_id, ";
|
||||
$sql_insert .= "auth_id, ";
|
||||
$sql_insert .= "password, ";
|
||||
@@ -253,6 +254,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.
|
||||
$sql_insert .= "'".$_SESSION['domain_name']."', ";
|
||||
$sql_insert .= "'".$extension."', ";
|
||||
$sql_insert .= "'".$extension."', ";
|
||||
$sql_insert .= "'".$extension."', ";
|
||||
$sql_insert .= "'".$password."', ";
|
||||
$sql_insert .= "'".$line_number."' ";
|
||||
$sql_insert .= ")";
|
||||
|
||||
Reference in New Issue
Block a user