Update {$mac}.cfg
This commit is contained in:
parent
16ef507786
commit
84fe93bf8b
|
|
@ -57,7 +57,7 @@ account.1.failback_mode = 0
|
|||
account.1.failback_timeout = 3600
|
||||
account.1.naptr_build = 0
|
||||
account.1.fallback.redundancy_type = 0
|
||||
account.1.fallback.timeout = 120
|
||||
account.1.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
|
||||
account.1.sip_server.1.address =
|
||||
{if $sip_transport_1 == 'dns srv'}
|
||||
account.1.sip_server.1.port = 0
|
||||
|
|
@ -527,7 +527,7 @@ account.2.failback_mode = 0
|
|||
account.2.failback_timeout = 3600
|
||||
account.2.naptr_build = 0
|
||||
account.2.fallback.redundancy_type = 0
|
||||
account.2.fallback.timeout = 120
|
||||
account.2.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
|
||||
account.2.sip_server.1.address =
|
||||
account.2.sip_server.1.port = 5060
|
||||
#Configure the register expiry time (in seconds), the default value is 3600.
|
||||
|
|
@ -1037,7 +1037,7 @@ account.3.failback_mode = 0
|
|||
account.3.failback_timeout = 3600
|
||||
account.3.naptr_build = 0
|
||||
account.3.fallback.redundancy_type = 0
|
||||
account.3.fallback.timeout = 120
|
||||
account.3.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
|
||||
account.3.sip_server.1.address =
|
||||
account.3.sip_server.1.port = 5060
|
||||
#Configure the register expiry time (in seconds), the default value is 3600.
|
||||
|
|
@ -1530,7 +1530,7 @@ account.4.failback_mode = 0
|
|||
account.4.failback_timeout = 3600
|
||||
account.4.naptr_build = 0
|
||||
account.4.fallback.redundancy_type = 0
|
||||
account.4.fallback.timeout = 120
|
||||
account.4.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
|
||||
account.4.sip_server.1.address =
|
||||
account.4.sip_server.1.port = 5060
|
||||
#Configure the register expiry time (in seconds), the default value is 3600.
|
||||
|
|
@ -2022,7 +2022,7 @@ account.5.failback_mode = 0
|
|||
account.5.failback_timeout = 3600
|
||||
account.5.naptr_build = 0
|
||||
account.5.fallback.redundancy_type = 0
|
||||
account.5.fallback.timeout = 120
|
||||
account.5.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
|
||||
account.5.sip_server.1.address =
|
||||
account.5.sip_server.1.port = 5060
|
||||
#Configure the register expiry time (in seconds), the default value is 3600.
|
||||
|
|
@ -2514,7 +2514,7 @@ account.6.failback_mode = 0
|
|||
account.6.failback_timeout = 3600
|
||||
account.6.naptr_build = 0
|
||||
account.6.fallback.redundancy_type = 0
|
||||
account.6.fallback.timeout = 120
|
||||
account.6.fallback.timeout = {$yealink_outbound_proxy_fallback_interval}
|
||||
account.6.sip_server.1.address =
|
||||
account.6.sip_server.1.port = 5060
|
||||
#Configure the register expiry time (in seconds), the default value is 3600.
|
||||
|
|
|
|||
Loading…
Reference in New Issue