Update {$mac}.cfg (#2063)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
This commit is contained in:
parent
9f71b26bf0
commit
74d99b41e0
|
|
@ -86,7 +86,7 @@ account.1.sip_listen_port =
|
|||
account.1.expires = {$register_expires_1}
|
||||
|
||||
#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
|
||||
account.1.100rel_enable =
|
||||
account.1.100rel_enable = {$yealink_retransmission}
|
||||
|
||||
#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
|
||||
account.1.precondition =
|
||||
|
|
@ -104,7 +104,7 @@ account.1.subscribe_mwi_expires = 3600
|
|||
account.1.cid_source =
|
||||
|
||||
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
|
||||
account.1.session_timer.enable =
|
||||
account.1.session_timer.enable = {$yealink_session_timer}
|
||||
|
||||
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
|
||||
account.1.session_timer.expires =
|
||||
|
|
@ -169,7 +169,7 @@ account.1.nat.udp_update_enable = 3
|
|||
account.1.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.1.nat.rport = {$yealink_rport_1}
|
||||
account.1.nat.rport = {$yealink_rport}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.1.advanced.timer_t1 =
|
||||
|
|
@ -332,7 +332,7 @@ account.2.sip_listen_port =
|
|||
account.2.expires = {$register_expires_2}
|
||||
|
||||
#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
|
||||
account.2.100rel_enable =
|
||||
account.2.100rel_enable = {$yealink_retransmission}
|
||||
|
||||
#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
|
||||
account.2.precondition =
|
||||
|
|
@ -350,7 +350,7 @@ account.2.subscribe_mwi_expires = 3600
|
|||
account.2.cid_source =
|
||||
|
||||
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
|
||||
account.2.session_timer.enable =
|
||||
account.2.session_timer.enable = {$yealink_session_timer}
|
||||
|
||||
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
|
||||
account.2.session_timer.expires =
|
||||
|
|
@ -415,7 +415,7 @@ account.2.nat.udp_update_enable =
|
|||
account.2.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.2.nat.rport = {$yealink_rport_2}
|
||||
account.2.nat.rport = {$yealink_rport}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.2.advanced.timer_t1 =
|
||||
|
|
@ -578,7 +578,7 @@ account.3.sip_listen_port =
|
|||
account.3.expires = {$register_expires_3}
|
||||
|
||||
#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
|
||||
account.3.100rel_enable =
|
||||
account.3.100rel_enable = {$yealink_retransmission}
|
||||
|
||||
#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
|
||||
account.3.precondition =
|
||||
|
|
@ -596,7 +596,7 @@ account.3.subscribe_mwi_expires = 3600
|
|||
account.3.cid_source =
|
||||
|
||||
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
|
||||
account.3.session_timer.enable =
|
||||
account.3.session_timer.enable = {$yealink_session_timer}
|
||||
|
||||
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
|
||||
account.3.session_timer.expires =
|
||||
|
|
@ -661,7 +661,7 @@ account.3.nat.udp_update_enable =
|
|||
account.3.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.3.nat.rport = {$yealink_rport_3}
|
||||
account.3.nat.rport = {$yealink_rport}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.3.advanced.timer_t1 =
|
||||
|
|
@ -825,7 +825,7 @@ account.4.sip_listen_port =
|
|||
account.4.expires = {$register_expires_4}
|
||||
|
||||
#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
|
||||
account.4.100rel_enable =
|
||||
account.4.100rel_enable = {$yealink_retransmission}
|
||||
|
||||
#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
|
||||
account.4.precondition =
|
||||
|
|
@ -843,7 +843,7 @@ account.4.subscribe_mwi_expires = 3600
|
|||
account.4.cid_source =
|
||||
|
||||
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
|
||||
account.4.session_timer.enable =
|
||||
account.4.session_timer.enable = {$yealink_session_timer}
|
||||
|
||||
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
|
||||
account.4.session_timer.expires =
|
||||
|
|
@ -908,7 +908,7 @@ account.4.nat.udp_update_enable =
|
|||
account.4.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.4.nat.rport = {$yealink_rport_4}
|
||||
account.4.nat.rport = {$yealink_rport}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.4.advanced.timer_t1 =
|
||||
|
|
@ -1072,7 +1072,7 @@ account.5.sip_listen_port =
|
|||
account.5.expires = {$register_expires_5}
|
||||
|
||||
#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
|
||||
account.5.100rel_enable =
|
||||
account.5.100rel_enable = {$yealink_retransmission}
|
||||
|
||||
#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
|
||||
account.5.precondition =
|
||||
|
|
@ -1090,7 +1090,7 @@ account.5.subscribe_mwi_expires = 3600
|
|||
account.5.cid_source =
|
||||
|
||||
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
|
||||
account.5.session_timer.enable =
|
||||
account.5.session_timer.enable = {$yealink_session_timer}
|
||||
|
||||
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
|
||||
account.5.session_timer.expires =
|
||||
|
|
@ -1155,7 +1155,7 @@ account.5.nat.udp_update_enable =
|
|||
account.5.nat.udp_update_time =
|
||||
|
||||
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
|
||||
account.5.nat.rport = {$yealink_rport_5}
|
||||
account.5.nat.rport = {$yealink_rport}
|
||||
|
||||
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
|
||||
account.5.advanced.timer_t1 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue