Fix HT802 Line 2 not setting SRV DNS

DNS Type wasn't being applied to the second line.
This commit is contained in:
demonspork 2021-05-12 07:56:53 -05:00
parent f99d9198c8
commit 81d91ce6b8
1 changed files with 4 additions and 0 deletions

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 -->