mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
<proxy>{$row.server_address}:{$row.sip_port}</proxy>
|
||||
<transport>{$row.sip_transport}</transport>
|
||||
<extProvInterval>0</extProvInterval>
|
||||
<voicemailNumber>*97</voicemailNumber>
|
||||
<voiceMailNumber>{$voicemail_number}</voiceMailNumber>
|
||||
<subscribeForVoicemail>1</subscribeForVoicemail>
|
||||
<wsContactsUrl>https://{$row.server_address}/app/provision/index.php?address={$mac}&file=directory.json</wsContactsUrl>
|
||||
<wsContactsUrl>https://{$row.server_address}/app/provision/index.php?address={$mac}&file=directory.json</wsContactsUrl>
|
||||
|
||||
<rewriting>
|
||||
<rule>
|
||||
|
||||
Reference in New Issue
Block a user