Merge pull request #5939 from demonspork/ht802-SRV-fix

Fix HT802 Line 2 not setting SRV DNS
This commit is contained in:
FusionPBX
2021-05-12 08:38:47 -06:00
committed by GitHub

View File

@@ -1509,7 +1509,11 @@
<!-- # DNS Mode. 0 - A Record, 1 - SRV, 2 - NAPTR/SRV. -->
<!-- # Number: 0, 1, 2 -->
<!-- # Mandatory -->
{if isset($grandstream_dns_mode)}
<P702>{$grandstream_dns_mode}</P702>
{else}
<P702>0</P702>
{/if}
<!-- # Tel URI. 0 - Disabled, 1 - User=Phone, 2 - Enabled -->
<!-- # Number: 0, 1, 2 -->