Fix HT802 Line 2 not setting SRV DNS
DNS Type wasn't being applied to the second line.
This commit is contained in:
parent
f99d9198c8
commit
81d91ce6b8
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue