From b0a59543804d34bb1752a6732c5a466d2f228785 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 2 Aug 2018 01:57:28 -0600 Subject: [PATCH] Update device_edit.php --- app/devices/device_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']."";