Groundwire added vendor (#7065)

* Added Groundwire vendor
This commit is contained in:
Antonio Fernandez
2024-07-24 07:21:12 -06:00
committed by GitHub
parent 0e3fa58a1f
commit 841cc6527e
4 changed files with 48 additions and 0 deletions
@@ -0,0 +1 @@
provlinkbs://{$server_address}/app/provision/index.php?address={$mac}
@@ -0,0 +1,18 @@
{foreach $lines as $row}
<account>
<title>{$row.user_id}@{$row.server_address}</title>
<cloud_username>{$row.user_id}@{$row.server_address}</cloud_username>
<cloud_password>{$row.password}</cloud_password>
<authUsername>{$row.user_id}</authUsername>
<username>{$row.user_id}</username>
<password>{$row.password}</password>
<host>{$row.server_address}</host>
<proxy>{$row.server_address}:{$row.sip_port}</proxy>
<transport>{$row.sip_transport}</transport>
<extProvInterval>0</extProvInterval>
<voicemailNumber>*97</voicemailNumber>
<subscribeForVoicemail>1</subscribeForVoicemail>
<wsContactsUrl>https://{$row.server_address}/app/provision/index.php?address={$mac}&file=directory.json</wsContactsUrl>
</account>
{if $row@index eq 1}{break}{/if}
{/foreach}