Update {$mac}.cfg

This commit is contained in:
Len
2018-02-20 17:47:44 -05:00
committed by GitHub
parent 8ecf8d4f7b
commit 34b4ba1cff

View File

@@ -17,7 +17,7 @@
<PPPoEUser>user123</PPPoEUser>
<PPPoEPassword>password</PPPoEPassword>
<wifi>
<WIFIEnable>{if isset($fanvil_wifi_enable)}0{else}1{/if}</WIFIEnable>
<WIFIEnable>{if isset($fanvil_wifi_enable)}1{else}0{/if}</WIFIEnable>
</wifi>
</net>
<mm>
@@ -150,10 +150,10 @@
<SignalPort>5060</SignalPort>
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $sip_transport_1 == 'udp'}<Transport>0</Transport>{/if}
{if $sip_transport_1 == 'tcp'}<Transport>1</Transport>{/if}
{if $sip_transport_1 == 'tls'}<Transport>2</Transport>{/if}
{if $sip_transport_1 == 'dns srv'}<Transport>3</Transport>{/if}
<Transport>{if $sip_transport_1 == 'udp'}0{/if}</Transport>
<Transport>{if $sip_transport_1 == 'tcp'}1{/if}</Transport>
<Transport>{if $sip_transport_1 == 'tls'}2{/if}</Transport>
<Transport>{if $sip_transport_1 == 'dns srv'}3{/if}</Transport>
<UseSRVMixer>0</UseSRVMixer>
<SRVMixerUri></SRVMixerUri>