Update {$mac}.cfg (#3726)
This commit is contained in:
parent
43ee2d6564
commit
93218d03fd
|
|
@ -271,15 +271,15 @@
|
|||
<Register_Addr>{$line.1.server_address}</Register_Addr>
|
||||
<Register_Port>{$line.1.sip_port}</Register_Port>
|
||||
<Register_User>{$line.1.auth_id}</Register_User>
|
||||
<Register_Pswd>{$line.1.user_password}</Register_Pswd>
|
||||
<Register_Pswd>{$line.1.password}</Register_Pswd>
|
||||
<Register_TTL>{$line.1.register_expires}</Register_TTL>
|
||||
|
||||
<Enable_Reg>{if isset($line.1.user_password)}1{else}0{/if}</Enable_Reg>
|
||||
<Enable_Reg>{if isset($line.1.password)}1{else}0{/if}</Enable_Reg>
|
||||
|
||||
<Proxy_Addr>{$line.1.outbound_proxy_primary}</Proxy_Addr>
|
||||
<Proxy_Port>{$line.1.sip_port}</Proxy_Port>
|
||||
<Proxy_User>{$line.1.auth_id}</Proxy_User>
|
||||
<Proxy_Pswd>{$line.1.user_password}</Proxy_Pswd>
|
||||
<Proxy_Pswd>{$line.1.password}</Proxy_Pswd>
|
||||
<BakProxy_Addr>{$line.1.outbound_proxy_secondary}</BakProxy_Addr>
|
||||
<BakProxy_Port>{$line.1.sip_port}</BakProxy_Port>
|
||||
<Enable_Failbac>1</Enable_Failbac>
|
||||
|
|
@ -406,15 +406,15 @@
|
|||
<Register_Addr>{$line.2.server_address}</Register_Addr>
|
||||
<Register_Port>{$line.2.sip_port}</Register_Port>
|
||||
<Register_User>{$line.2.auth_id}</Register_User>
|
||||
<Register_Pswd>{$line.2.user_password}</Register_Pswd>
|
||||
<Register_Pswd>{$line.2.password}</Register_Pswd>
|
||||
<Register_TTL>{$line.2.register_expires}</Register_TTL>
|
||||
|
||||
<Enable_Reg>{if isset($line.2.user_password)}1{else}0{/if}</Enable_Reg>
|
||||
<Enable_Reg>{if isset($line.2.password)}1{else}0{/if}</Enable_Reg>
|
||||
|
||||
<Proxy_Addr>{$line.2.outbound_proxy_primary}</Proxy_Addr>
|
||||
<Proxy_Port>{$line.2.sip_port}</Proxy_Port>
|
||||
<Proxy_User>{$line.2.auth_id}</Proxy_User>
|
||||
<Proxy_Pswd>{$line.2.user_password}</Proxy_Pswd>
|
||||
<Proxy_Pswd>{$line.2.password}</Proxy_Pswd>
|
||||
<BakProxy_Addr>{$line.2.outbound_proxy_secondary}</BakProxy_Addr>
|
||||
<BakProxy_Port>{$line.2.sip_port}</BakProxy_Port>
|
||||
<Enable_Failbac>1</Enable_Failbac>
|
||||
|
|
|
|||
Loading…
Reference in New Issue