From 080cd27e25b45ec90b7e03305bc12bcb60d63da7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 6 Dec 2025 08:12:31 -0700 Subject: [PATCH] Update Groundwire template (#7653) * Update Groundwire template Voicemail number was not properly named and would not provision. & was needed under wsContactsURL to validate the xml. Opening it gave an error stating: This page contains the following errors: error on line 14 at column 119: EntityRef: expecting ';' Below is a rendering of the page up to the first error. * Update Groundwire template Had one too many & under wsContactsUrl line --- resources/templates/provision/groundwire/default/{$mac}.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/groundwire/default/{$mac}.xml b/resources/templates/provision/groundwire/default/{$mac}.xml index d91a63c2f2..c79ee4bc5e 100644 --- a/resources/templates/provision/groundwire/default/{$mac}.xml +++ b/resources/templates/provision/groundwire/default/{$mac}.xml @@ -10,9 +10,9 @@ {$row.server_address}:{$row.sip_port} {$row.sip_transport} 0 - *97 + {$voicemail_number} 1 - https://{$row.server_address}/app/provision/index.php?address={$mac}&file=directory.json + https://{$row.server_address}/app/provision/index.php?address={$mac}&file=directory.json