diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index d166083966..4be655cefa 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -632,8 +632,8 @@ $xml .= ""; $xml .= ""; $xml .= "".$row['server_address'].""; - $xml .= "".$row['outbound_proxy_primary'].""; - $xml .= "".$row['outbound_proxy_secondary'].""; + $xml .= "".$row['outbound_proxy_primary'].":".$row['sip_port'].""; + $xml .= "".$row['outbound_proxy_secondary'].":".$row['sip_port'].""; $xml .= "".$row['user_id'].""; $xml .= "".$row['auth_id'].""; $xml .= "".$row['password']."";