Update {$mac}.cfg
This commit is contained in:
parent
2b24e693dc
commit
fd151d670c
|
|
@ -8,7 +8,7 @@
|
|||
<WANGateway></WANGateway>
|
||||
<DomainName></DomainName>
|
||||
<PrimaryDNS>{if isset($dns_server_primary)}{$dns_server_primary}{else}8.8.8.8{/if}</PrimaryDNS>
|
||||
<SecondaryDNS>{if isset($dns_server_secondary)}{$dns_server_secondary}{else}202.96.134.133{/if}</SecondaryDNS>
|
||||
<SecondaryDNS>{if isset($dns_server_secondary)}{$dns_server_secondary}{else}208.67.222.222{/if}</SecondaryDNS>
|
||||
<EnableDHCP>1</EnableDHCP>
|
||||
<DHCPAutoDNS>1</DHCPAutoDNS>
|
||||
<DHCPAutoTime>1</DHCPAutoTime>
|
||||
|
|
@ -162,8 +162,6 @@
|
|||
<StrictProxy>1</StrictProxy>
|
||||
<DirectContact>0</DirectContact>
|
||||
<HistoryInfo>0</HistoryInfo>
|
||||
|
||||
|
||||
<XFERExpire>0</XFERExpire>
|
||||
<BanAnonymous>0</BanAnonymous>
|
||||
<DialOffLine>0</DialOffLine>
|
||||
|
|
@ -172,7 +170,6 @@
|
|||
<RFCVer>1</RFCVer>
|
||||
<PhonePort>0</PhonePort>
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
{if $account.1.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $account.1.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
|
|
@ -210,7 +207,7 @@
|
|||
<CWOnCode></CWOnCode>
|
||||
<CWOffCode></CWOffCode>
|
||||
<VoiceCodecMap>opus,PCMU,PCMA,G726-32,G729,G723,iLBC,AMR,G722,AMR-WB</VoiceCodecMap>
|
||||
<VideoCodecMap{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}></VideoCodecMap>
|
||||
<VideoCodecMap>{if isset($fanvil_video_codec)}{$fanvil_video_codec}{else}{/if}</VideoCodecMap>
|
||||
<BLFListUri></BLFListUri>
|
||||
<BLFServer></BLFServer>
|
||||
<Respond182>0</Respond182>
|
||||
|
|
@ -319,7 +316,6 @@
|
|||
<RFCVer>1</RFCVer>
|
||||
<PhonePort>0</PhonePort>
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
{if $account.2.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $account.2.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
|
|
@ -466,8 +462,7 @@
|
|||
<RFCVer>1</RFCVer>
|
||||
<PhonePort>0</PhonePort>
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
|
||||
{if $account.3.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $account.3.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $account.3.sip_transport == 'tls'}<Transport>2</Transport>{/if}
|
||||
|
|
@ -760,8 +755,7 @@
|
|||
<RFCVer>1</RFCVer>
|
||||
<PhonePort>0</PhonePort>
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
|
||||
{if $account.5.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $account.5.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $account.5.sip_transport == 'tls'}<Transport>2</Transport>{/if}
|
||||
|
|
@ -906,9 +900,8 @@
|
|||
<PresenceMode>0</PresenceMode>
|
||||
<RFCVer>1</RFCVer>
|
||||
<PhonePort>0</PhonePort>
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
|
||||
<SignalPort>5060</SignalPort>
|
||||
|
||||
{if $account.6.sip_transport == 'udp'}<Transport>0</Transport>{/if}
|
||||
{if $account.6.sip_transport == 'tcp'}<Transport>1</Transport>{/if}
|
||||
{if $account.6.sip_transport == 'tls'}<Transport>2</Transport>{/if}
|
||||
|
|
@ -1686,7 +1679,7 @@
|
|||
<VideoDSCP>{if isset($fanvil_dscp_rtp_video)}{$fanvil_dscp_rtp_video}{else}34{/if}</VideoDSCP>
|
||||
<LLDPTransmit>{if isset($fanvil_lldp_tx_enable)}{$fanvil_lldp_tx_enable}{else}0{/if}</LLDPTransmit>
|
||||
<LLDPRefreshTime>{if isset($fanvil_lldp_refresh)}{$fanvil_lldp_refresh}{else}60{/if}</LLDPRefreshTime>
|
||||
<LLDPLearnPolicy>{if isset($fanvil_lldp_learn)}{$fanvil_lldp_learn}{else}0{/if}</LLDPLearnPolicy></LLDPLearnPolicy>
|
||||
<LLDPLearnPolicy>{if isset($fanvil_lldp_learn)}{$fanvil_lldp_learn}{else}0{/if}</LLDPLearnPolicy>
|
||||
<LLDPSaveLearnData>1</LLDPSaveLearnData>
|
||||
<CDPEnable>0</CDPEnable>
|
||||
<CDPRefreshTime>60</CDPRefreshTime>
|
||||
|
|
|
|||
Loading…
Reference in New Issue