Remove out of place characters from the t48g template.
This commit is contained in:
parent
ec4c0d8025
commit
18544173bb
|
|
@ -5,7 +5,7 @@
|
|||
#######################################################################################
|
||||
## Account 1 Basic Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_1) }
|
||||
account.1.enable = 1
|
||||
|
|
@ -33,7 +33,7 @@ account.1.sip_listen_port = 5060
|
|||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.1.reregister_enable = 0
|
||||
|
|
@ -87,7 +87,7 @@ account.1.static_cache_pri = 0
|
|||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
|
|
@ -116,7 +116,7 @@ account.1.reg_fail_retry_interval =
|
|||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
|
|
@ -138,7 +138,7 @@ account.1.nat.rport = {$yealink_rport_1}
|
|||
#######################################################################################
|
||||
## AccountX Advance Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
|
|
@ -153,7 +153,7 @@ voice_mail.number.1 = {$voicemail_number}
|
|||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.1.subscribe_mwi = 1
|
||||
|
|
@ -168,7 +168,7 @@ account.1.subscribe_acd_expires= 3600
|
|||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
|
|
@ -185,7 +185,7 @@ account.1.out_dialog_blf_enable = 0
|
|||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
|
|
@ -465,7 +465,7 @@ account.1.xsi.port =
|
|||
#######################################################################################
|
||||
## Account 2 Basic Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_2) }
|
||||
account.2.enable = 1
|
||||
|
|
@ -493,7 +493,7 @@ account.2.sip_listen_port = 5060
|
|||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.2.reregister_enable = 0
|
||||
|
|
@ -543,7 +543,7 @@ account.2.static_cache_pri = 0
|
|||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
|
|
@ -572,7 +572,7 @@ account.2.reg_fail_retry_interval =
|
|||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
|
|
@ -594,7 +594,7 @@ account.2.nat.rport = {$yealink_rport_2}
|
|||
#######################################################################################
|
||||
## Account2 Advance Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
|
|
@ -609,7 +609,7 @@ voice_mail.number.2 = *97
|
|||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.2.subscribe_mwi = 1
|
||||
|
|
@ -624,7 +624,7 @@ account.2.subscribe_acd_expires= 3600
|
|||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
|
|
@ -641,7 +641,7 @@ account.2.out_dialog_blf_enable = 0
|
|||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
|
|
@ -958,7 +958,7 @@ network.static_dns_enable = 0
|
|||
#######################################################################################
|
||||
## Account 3 Basic Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_3) }
|
||||
account.3.enable = 1
|
||||
|
|
@ -985,7 +985,7 @@ account.3.sip_listen_port = 5060
|
|||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.3.reregister_enable = 0
|
||||
|
|
@ -1035,7 +1035,7 @@ account.3.static_cache_pri = 0
|
|||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
|
|
@ -1064,7 +1064,7 @@ account.3.reg_fail_retry_interval =
|
|||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
|
|
@ -1086,7 +1086,7 @@ account.3.nat.rport = {$yealink_rport_3}
|
|||
#######################################################################################
|
||||
## Account3 Advance Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
|
|
@ -1101,7 +1101,7 @@ voice_mail.number.3 = *97
|
|||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.3.subscribe_mwi = 1
|
||||
|
|
@ -1116,7 +1116,7 @@ account.3.subscribe_acd_expires= 3600
|
|||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
|
|
@ -1133,7 +1133,7 @@ account.3.out_dialog_blf_enable = 0
|
|||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
|
|
@ -1450,7 +1450,7 @@ network.secondary_dns =
|
|||
#######################################################################################
|
||||
## Account 4 Basic Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_4) }
|
||||
account.4.enable = 1
|
||||
|
|
@ -1477,7 +1477,7 @@ account.4.sip_listen_port = 5060
|
|||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.4.reregister_enable = 0
|
||||
|
|
@ -1527,7 +1527,7 @@ account.4.static_cache_pri = 0
|
|||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
|
|
@ -1556,7 +1556,7 @@ account.4.reg_fail_retry_interval =
|
|||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
|
|
@ -1578,7 +1578,7 @@ account.4.nat.rport = {$yealink_rport_4}
|
|||
#######################################################################################
|
||||
## Account4 Advance Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
|
|
@ -1593,7 +1593,7 @@ voice_mail.number.4 = *97
|
|||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.4.subscribe_mwi = 1
|
||||
|
|
@ -1608,7 +1608,7 @@ account.4.subscribe_acd_expires= 3600
|
|||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
|
|
@ -1625,7 +1625,7 @@ account.4.out_dialog_blf_enable = 0
|
|||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
|
|
@ -1941,7 +1941,7 @@ network.secondary_dns =
|
|||
#######################################################################################
|
||||
## Account 5 Basic Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_5) }
|
||||
account.5.enable = 1
|
||||
|
|
@ -1968,7 +1968,7 @@ account.5.sip_listen_port = 5060
|
|||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.5.reregister_enable = 0
|
||||
|
|
@ -2018,7 +2018,7 @@ account.5.static_cache_pri = 0
|
|||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
|
|
@ -2047,7 +2047,7 @@ account.5.reg_fail_retry_interval =
|
|||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
|
|
@ -2069,7 +2069,7 @@ account.5.nat.rport = {$yealink_rport_5}
|
|||
#######################################################################################
|
||||
## Account5 Advance Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
|
|
@ -2084,7 +2084,7 @@ voice_mail.number.5 = *97
|
|||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.5.subscribe_mwi = 1
|
||||
|
|
@ -2099,7 +2099,7 @@ account.5.subscribe_acd_expires= 3600
|
|||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
|
|
@ -2116,7 +2116,7 @@ account.5.out_dialog_blf_enable = 0
|
|||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
|
|
@ -2432,7 +2432,7 @@ network.secondary_dns =
|
|||
#######################################################################################
|
||||
## Account 6 Basic Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.enable =
|
||||
{if isset($user_password_6) }
|
||||
account.6.enable = 1
|
||||
|
|
@ -2459,7 +2459,7 @@ account.6.sip_listen_port = 5060
|
|||
#######################################################################################
|
||||
## Failback ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.reregister_enable = 0
|
||||
|
||||
account.6.reregister_enable = 0
|
||||
|
|
@ -2509,7 +2509,7 @@ account.6.static_cache_pri = 0
|
|||
#######################################################################################
|
||||
## Register Advanced ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.sip_server_type =
|
||||
|
||||
#Configure the SIP server type; 0-Default (default), 2-BroadSoft, 4-Cosmocom;
|
||||
|
|
@ -2538,7 +2538,7 @@ account.6.reg_fail_retry_interval =
|
|||
#########################################################################
|
||||
## NAT Settings ##
|
||||
#########################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.nat.nat_traversal = 0
|
||||
|
||||
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
|
||||
|
|
@ -2560,7 +2560,7 @@ account.6.nat.rport = {$yealink_rport_6}
|
|||
#######################################################################################
|
||||
## Account6 Advance Settings ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.advanced.timer_t1 = 0.5
|
||||
##voice_mail.number.X =
|
||||
|
||||
|
|
@ -2575,7 +2575,7 @@ voice_mail.number.6 = *97
|
|||
#######################################################################################
|
||||
## Subscribe ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.6.subscribe_mwi = 0
|
||||
|
|
@ -2590,7 +2590,7 @@ account.6.subscribe_acd_expires= 3600
|
|||
#######################################################################################
|
||||
## BLF List ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.blf.blf_list_uri =
|
||||
|
||||
#Configure the BLF list URI (a SIP URI, or use part of the SIP URI). For example, "2300_blflist@domain.com" or "2300_blflist".
|
||||
|
|
@ -2607,7 +2607,7 @@ account.6.out_dialog_blf_enable = 0
|
|||
#######################################################################################
|
||||
## BLA/SCA ##
|
||||
#######################################################################################
|
||||
## “X” ranges from 1 to 6;
|
||||
## ranges from 1 to 6;
|
||||
##account.X.shared_line =
|
||||
|
||||
#Assign account1 as shared line; 0-Disabled (default), 1-Broadsoft SCA, 2-BLA;
|
||||
|
|
|
|||
Loading…
Reference in New Issue