mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Update {$mac}.cfg (#3725)
This commit is contained in:
committed by
FusionPBX
parent
2a99ebd1da
commit
5182e09af2
@@ -273,15 +273,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>
|
||||
@@ -408,15 +408,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>
|
||||
|
||||
Reference in New Issue
Block a user