Update {$mac}.cfg (#3730)
This commit is contained in:
parent
48d2b6ab69
commit
7a6972f647
|
|
@ -78,15 +78,15 @@
|
|||
<RegisterAddr>{$line.1.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.1.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.1.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.1.user_password}</RegisterPswd>
|
||||
<RegisterPswd>{$line.1.password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.1.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($line.1.user_password)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.1.password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$line.1.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.1.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.1.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.1.user_password}</ProxyPswd>
|
||||
<ProxyPswd>{$line.1.password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.1.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.1.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.1.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
|
|
@ -217,15 +217,15 @@
|
|||
<RegisterAddr>{$line.2.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.2.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.2.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.2.user_password}</RegisterPswd>
|
||||
<RegisterPswd>{$line.2.password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.2.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($line.2.user_password)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.2.password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$line.2.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.2.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.2.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.2.user_password}</ProxyPswd>
|
||||
<ProxyPswd>{$line.2.password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.2.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.2.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.2.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
|
|
@ -354,15 +354,15 @@
|
|||
<RegisterAddr>{$line.3.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.3.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.3.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.3.user_password}</RegisterPswd>
|
||||
<RegisterPswd>{$line.3.password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.3.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($line.3.user_password)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.3.password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$line.3.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.3.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.3.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.3.user_password}</ProxyPswd>
|
||||
<ProxyPswd>{$line.3.password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.3.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.3.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
|
|
@ -491,15 +491,15 @@
|
|||
<RegisterAddr>{$line.4.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.4.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.4.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.4.user_password}</RegisterPswd>
|
||||
<RegisterPswd>{$line.4.password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.4.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($line.4.user_password)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.4.password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$line.4.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.4.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.4.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.4.user_password}</ProxyPswd>
|
||||
<ProxyPswd>{$line.4.password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.4.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.4.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.4.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
|
|
@ -628,15 +628,15 @@
|
|||
<RegisterAddr>{$line.5.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.5.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.5.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.5.user_password}</RegisterPswd>
|
||||
<RegisterPswd>{$line.5.password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.5.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($line.5.user_password)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.5.password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$line.5.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.5.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.5.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.5.user_password}</ProxyPswd>
|
||||
<ProxyPswd>{$line.5.password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.5.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.5.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.5.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
|
|
@ -765,15 +765,15 @@
|
|||
<RegisterAddr>{$line.6.server_address}</RegisterAddr>
|
||||
<RegisterPort>{$line.6.sip_port}</RegisterPort>
|
||||
<RegisterUser>{$line.6.auth_id}</RegisterUser>
|
||||
<RegisterPswd>{$line.6.user_password}</RegisterPswd>
|
||||
<RegisterPswd>{$line.6.password}</RegisterPswd>
|
||||
<RegisterTTL>{$line.6.register_expires}</RegisterTTL>
|
||||
|
||||
<EnableReg>{if isset($line.6.user_password)}1{else}0{/if}</EnableReg>
|
||||
<EnableReg>{if isset($line.6.password)}1{else}0{/if}</EnableReg>
|
||||
|
||||
<ProxyAddr>{$line.6.outbound_proxy_primary}</ProxyAddr>
|
||||
<ProxyPort>{$line.6.sip_port}</ProxyPort>
|
||||
<ProxyUser>{$line.6.auth_id}</ProxyUser>
|
||||
<ProxyPswd>{$line.6.user_password}</ProxyPswd>
|
||||
<ProxyPswd>{$line.6.password}</ProxyPswd>
|
||||
<BakProxyAddr>{$line.6.outbound_proxy_secondary}</BakProxyAddr>
|
||||
<BakProxyPort>{$line.6.sip_port}</BakProxyPort>
|
||||
<EnableFailback>{if isset($line.6.outbound_proxy_secondary)}1{else}0{/if}</EnableFailback>
|
||||
|
|
|
|||
Loading…
Reference in New Issue