mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Update {$mac}.cfg (#4301)
the Expire time was set to 3600 with no way to change it
This commit is contained in:
@@ -243,7 +243,7 @@ SIP_RGSTR_ADDR_1="{$account.1.server_address}"
|
||||
SIP_RGSTR_PORT_1="5060"
|
||||
|
||||
SIP_SVCDOMAIN_1="{$account.1.server_address}"
|
||||
REG_EXPIRE_TIME_1="3600"
|
||||
REG_EXPIRE_TIME_1="{$account.1.register_expires}"
|
||||
REG_INTERVAL_RATE_1="90"
|
||||
SIP_SESSION_TIME_1="0"
|
||||
TOS_SIP_1="0"
|
||||
@@ -380,7 +380,7 @@ SIP_RGSTR_ADDR_2="{$account.2.server_address}"
|
||||
SIP_RGSTR_PORT_2="5060"
|
||||
|
||||
SIP_SVCDOMAIN_2="{$account.2.server_address}"
|
||||
REG_EXPIRE_TIME_2="3600"
|
||||
REG_EXPIRE_TIME_2="{$account.2.register_expires}"
|
||||
REG_INTERVAL_RATE_2="90"
|
||||
SIP_SESSION_TIME_2="0"
|
||||
TOS_SIP_2="0"
|
||||
|
||||
Reference in New Issue
Block a user