From 9046a6ea1451ce64ba89edceb361aba07d1f9912 Mon Sep 17 00:00:00 2001
From: Bifur1 <166629756+Bifur1@users.noreply.github.com>
Date: Sat, 6 Dec 2025 10:10:18 -0500
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