mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove formatting for the device_address
This commit is contained in:
@@ -197,8 +197,8 @@
|
||||
}
|
||||
else {
|
||||
$device_address = strtolower($device["device_address"]);
|
||||
$device_address = preg_replace('#[^a-fA-F0-9./]#', '', $device_address);
|
||||
}
|
||||
$device_address = preg_replace('#[^a-fA-F0-9./]#', '', $device_address);
|
||||
$line_numbers[$d] = $device["line_number"];
|
||||
$device_addresses[$d] = $device_address;
|
||||
$device_templates[$d] = $device["device_template"];
|
||||
|
||||
Reference in New Issue
Block a user