Update the Yealink t20, and t22 provisioning files and add the t32g, t38g, and vp530.

This commit is contained in:
Mark Crane 2013-12-22 07:07:33 +00:00
parent 9176d08ba1
commit 171f1adbf2
9 changed files with 11843 additions and 4660 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -23,30 +23,33 @@ account.1.password = {$user_password_1}
account.1.user_name = {$user_id_1}
#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
account.1.sip_trust_ctrl =
account.1.sip_trust_ctrl = 1
#Configure the SIP server address.
account.1.sip_server_host = {$server_address_1}
#Specify the port for the SIP server. The default value is 5060.
account.1.sip_server_port = 5060
account.1.sip_server_port = {$sip_port_1}
#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
account.1.outbound_proxy_enable =
#Specify the IP address or domain name of the outbound proxy server.
account.1.outbound_host =
account.1.outbound_host = {$outbound_proxy_1}
#Specify the server port, the default value is 5060.
account.1.outbound_port =
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
account.1.transport = 1
{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if}
{if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if}
{if $sip_transport_1 == 'tcp'}account.1.transport = 2{/if}
{if $sip_transport_1 == 'dns srv'}account.1.transport = 3{/if}
#Configure the address of the backup outbound proxy server.
account.1.backup_outbound_host =
#Specify the port, the default value is 5060.
#Specify the port of the backup outbound proxy server, the default value is 5060.
account.1.backup_outbound_port =
#Configure the voice mail number of account 1.
@ -77,13 +80,13 @@ account.1.reject_anonymous_call =
account.1.anonymous_reject_oncode =
account.1.anonymous_reject_offcode =
#Configure the SIP port for account 1, the default value is 5060.
#Configure the SIP port for account 1, the default value is 5060.
account.1.sip_listen_port =
#Configure the register expiry time (in seconds), the default value is 3600.
account.1.expires =
account.1.expires = {$register_expires_1}
#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
#Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default);
account.1.100rel_enable =
#Enable or disable the resource reservation; 0-Disabled (default), 1-Enabled;
@ -102,13 +105,13 @@ account.1.subscribe_mwi_expires =
account.1.cid_source =
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
account.1.cp_source =
account.1.cp_source =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.1.session_timer.enable =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.1.session_timer.enable =
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
account.1.session_timer.expires =
account.1.session_timer.expires =
#Configure the session timer refresher; 0-Uac (default), 1-Uas;
account.1.session_timer.refresher =
@ -145,8 +148,10 @@ account.1.missed_calllog =
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.1.subscribe_mwi_to_vm =
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
account.1.register_mac =
#Enable or disable the phone to send the line number in the Register message; 0-Disabled, 1-Enabled (default);
account.1.register_line =
#Configure the interval (in seconds) the phone retries to register when account 1 fails to register. It ranges from 0 to 1800, the default value is 30.
@ -205,7 +210,7 @@ account.1.compact_header_enable =
#########################################################################
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
account.1.nat.nat_traversal =
account.1.nat.nat_traversal =
#Configure the STUN server address.
account.1.nat.stun_server =
@ -327,30 +332,33 @@ account.2.password = {$user_password_2}
account.2.user_name = {$user_id_2}
#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
account.2.sip_trust_ctrl =
account.2.sip_trust_ctrl = 1
#Configure the SIP server address.
account.2.sip_server_host = {$server_address_2}
#Specify the port for the SIP server. The default value is 5060.
account.2.sip_server_port = 5060
account.2.sip_server_port = {$sip_port_2}
#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
account.2.outbound_proxy_enable =
#Specify the IP address or domain name of the outbound proxy server.
account.2.outbound_host =
account.2.outbound_host = {$outbound_proxy_2}
#Specify the server port, the default value is 5060.
account.2.outbound_port =
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
account.2.transport =
{if $sip_transport_2 == 'udp'}account.2.transport = 0{/if}
{if $sip_transport_2 == 'tcp'}account.2.transport = 1{/if}
{if $sip_transport_2 == 'tcp'}account.2.transport = 2{/if}
{if $sip_transport_2 == 'dns srv'}account.2.transport = 3{/if}
#Configure the address of the backup outbound proxy server.
account.2.backup_outbound_host =
#Specify the port, the default value is 5060.
#Specify the port of the backup outbound proxy server, the default value is 5060.
account.2.backup_outbound_port =
#Configure the voice mail number of account 2.
@ -385,7 +393,7 @@ account.2.anonymous_reject_offcode =
account.2.sip_listen_port =
#Configure the register expiry time (in seconds), the default value is 3600.
account.2.expires =
account.2.expires = {$register_expires_2}
#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
account.2.100rel_enable =
@ -394,7 +402,7 @@ account.2.100rel_enable =
account.2.precondition =
#Enable or disable the phone to subscribe the register status; 0-Disabled (default), 1-Enabled;
account.2.subscribe_register =
account.2.subscribe_register =
#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.2.subscribe_mwi =
@ -405,14 +413,14 @@ account.2.subscribe_mwi_expires =
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
account.2.cid_source =
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
account.2.cp_source =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.2.session_timer.enable =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.2.session_timer.enable =
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
account.2.session_timer.expires =
account.2.session_timer.expires =
#Configure the session timer refresher; 0-Uac (default), 1-Uas;
account.2.session_timer.refresher =
@ -449,8 +457,10 @@ account.2.missed_calllog =
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.2.subscribe_mwi_to_vm =
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
account.2.register_mac =
#Enable or disable the phone to send the line number in the Register message; 0-Disabled, 1-Enabled (default);
account.2.register_line =
#Configure the interval (in seconds) the phone retries to register when account 2 fails to register. It ranges from 0 to 1800, the default value is 30.
@ -493,7 +503,7 @@ account.2.enable_signal_encode =
account.2.signal_encode_key =
#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
account.2.dtmf.type =
account.2.dtmf.type =
#Configure the RFC2833 payload. It ranges from 96 to 225, the default value is 101.
account.2.dtmf.dtmf_payload =
@ -509,7 +519,7 @@ account.2.compact_header_enable =
#########################################################################
#Enable or disable the NAT traversal; 0-Disabled (default), 1-STUN;
account.2.nat.nat_traversal =
account.2.nat.nat_traversal =
#Configure the STUN server address.
account.2.nat.stun_server =
@ -526,7 +536,7 @@ account.2.nat.udp_update_time =
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
account.2.nat.rport =
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
account.2.advanced.timer_t1 =
account.2.advanced.timer_t2 =
account.2.advanced.timer_t4 =
@ -618,43 +628,46 @@ account.2.codec.13.rtpmap = 97
account.3.enable =
#Configure the label displayed on the LCD screen for account 3.
account.3.label =
account.3.label = {$display_name_3}
#Configure the display name of account 3.
account.3.display_name =
account.3.display_name = {$display_name_3}
#Configure the username and password for register authentication.
account.3.auth_name =
account.3.password =
account.3.auth_name = {$user_id_3}
account.3.password = {$user_password_3}
#Configure the register user name.
account.3.user_name =
account.3.user_name = {$user_id_3}
#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
account.3.sip_trust_ctrl =
account.3.sip_trust_ctrl = 1
#Configure the SIP server address.
account.3.sip_server_host =
account.3.sip_server_host = {$server_address_3}
#Specify the port for the SIP server. The default value is 5060.
account.3.sip_server_port =
account.3.sip_server_port = {$sip_port_3}
#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
account.3.outbound_proxy_enable =
#Specify the IP address or domain name of the outbound proxy server.
account.3.outbound_host =
account.3.outbound_host = {$outbound_proxy_3}
#Specify the server port, the default value is 5060.
account.3.outbound_port =
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
account.3.transport =
{if $sip_transport_3 == 'udp'}account.3.transport = 0{/if}
{if $sip_transport_3 == 'tcp'}account.3.transport = 1{/if}
{if $sip_transport_3 == 'tcp'}account.3.transport = 2{/if}
{if $sip_transport_3 == 'dns srv'}account.3.transport = 3{/if}
#Configure the address of the backup outbound proxy server.
account.3.backup_outbound_host =
#Specify the port, the default value is 5060.
#Specify the port of the backup outbound proxy server, the default value is 5060.
account.3.backup_outbound_port =
#Configure the voice mail number of account 3.
@ -689,7 +702,7 @@ account.3.anonymous_reject_offcode =
account.3.sip_listen_port =
#Configure the register expiry time (in seconds), the default value is 3600.
account.3.expires =
account.3.expires = {$register_expires_3}
#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
account.3.100rel_enable =
@ -710,13 +723,13 @@ account.3.subscribe_mwi_expires =
account.3.cid_source =
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
account.3.cp_source =
account.3.cp_source =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.3.session_timer.enable =
account.3.session_timer.enable =
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
account.3.session_timer.expires =
account.3.session_timer.expires =
#Configure the session timer refresher; 0-Uac (default), 1-Uas;
account.3.session_timer.refresher =
@ -753,8 +766,10 @@ account.3.missed_calllog =
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.3.subscribe_mwi_to_vm =
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
account.3.register_mac =
#Enable or disable the phone to send theline number in the Register message; 0-Disabled, 1-Enabled (default);
account.3.register_line =
#Configure the interval (in seconds) the phone retries to register when account 3 fails to register. It ranges from 0 to 1800, the default value is 30.
@ -806,7 +821,7 @@ account.3.dtmf.dtmf_payload =
account.3.dtmf.info_type =
#Enable or disable the phone to support the simplified SIP header; 0-Disabled (default), 1-Enabled;
account.3.compact_header_enable =
account.3.compact_header_enable =
#########################################################################
## NAT Settings ##
@ -830,7 +845,7 @@ account.3.nat.udp_update_time =
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
account.3.nat.rport =
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
account.3.advanced.timer_t1 =
account.3.advanced.timer_t2 =
account.3.advanced.timer_t4 =
@ -895,7 +910,7 @@ account.3.codec.9.priority = 0
account.3.codec.9.rtpmap = 102
account.3.codec.10.enable = 0
account.3.codec.10.payload_type = G726-32
account.3.codec.10.payload_type = G726-32
account.3.codec.10.priority = 0
account.3.codec.10.rtpmap = 2
@ -922,43 +937,46 @@ account.3.codec.13.rtpmap = 97
account.4.enable =
#Configure the label displayed on the LCD screen for account 4.
account.4.label =
account.4.label = {$display_name_4}
#Configure the display name of account 4.
account.4.display_name =
account.4.display_name = {$display_name_4}
#Configure the username and password for register authentication.
account.4.auth_name =
account.4.password =
account.4.auth_name = {$user_id_4}
account.4.password = {$user_password_4}
#Configure the register user name.
account.4.user_name =
account.4.user_name = {$user_id_4}
#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
account.4.sip_trust_ctrl =
account.4.sip_trust_ctrl = 1
#Configure the SIP server address.
account.4.sip_server_host =
account.4.sip_server_host = {$server_address_4}
#Specify the port for the SIP server. The default value is 5060.
account.4.sip_server_port =
account.4.sip_server_port = {$sip_port_4}
#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
account.4.outbound_proxy_enable =
#Specify the IP address or domain name of the outbound proxy server.
account.4.outbound_host =
account.4.outbound_host = {$outbound_proxy_4}
#Specify the server port, the default value is 5060.
account.4.outbound_port =
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
account.4.transport =
{if $sip_transport_4== 'udp'}account.4.transport = 0{/if}
{if $sip_transport_4 == 'tcp'}account.4.transport = 1{/if}
{if $sip_transport_4 == 'tcp'}account.4.transport = 2{/if}
{if $sip_transport_4 == 'dns srv'}account.4.transport = 3{/if}
#Configure the address of the backup outbound proxy server.
account.4.backup_outbound_host =
#Specify the port, the default value is 5060.
#Specify the port of the backup outbound proxy server, the default value is 5060.
account.4.backup_outbound_port =
#Configure the voice mail number of account 4.
@ -989,11 +1007,11 @@ account.4.reject_anonymous_call =
account.4.anonymous_reject_oncode =
account.4.anonymous_reject_offcode =
#Configure the SIP port for account 4, the default value is 5060.
#Configure the SIP port for account 4, the default value is 5060.
account.4.sip_listen_port =
#Configure the register expiry time (in seconds), the default value is 3600.
account.4.expires =
account.4.expires = {$register_expires_4}
#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
account.4.100rel_enable =
@ -1016,11 +1034,11 @@ account.4.cid_source =
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
account.4.cp_source =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.4.session_timer.enable =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.4.session_timer.enable =
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
account.4.session_timer.expires =
account.4.session_timer.expires =
#Configure the session timer refresher; 0-Uac (default), 1-Uas;
account.4.session_timer.refresher =
@ -1057,8 +1075,10 @@ account.4.missed_calllog =
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.4.subscribe_mwi_to_vm =
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
account.4.register_mac =
#Enable or disable the phone to send theline number in the Register message; 0-Disabled, 1-Enabled (default);
account.4.register_line =
#Configure the interval (in seconds) the phone retries to register when account 4 fails to register. It ranges from 0 to 1800, the default value is 30.
@ -1134,7 +1154,7 @@ account.4.nat.udp_update_time =
#Enable or disable the NAT Rport; 0-Disabled (default), 1-Enabled;
account.4.nat.rport =
#Configure the session timer (in seconds), the default value of T1, T2, T3 is 0.5, 4, 5.
#Configure the session timer (in seconds), the default values of T1, T2, T3 are 0.5, 4, 5.
account.4.advanced.timer_t1 =
account.4.advanced.timer_t2 =
account.4.advanced.timer_t4 =
@ -1229,38 +1249,41 @@ account.4.codec.13.rtpmap = 97
account.5.enable =
#Configure the label displayed on the LCD screen for account 5.
account.5.label =
account.5.label = {$display_name_5}
#Configure the display name of account 5.
account.5.display_name =
account.5.display_name = {$display_name_5}
#Configure the username and password for register authentication.
account.5.auth_name =
account.5.password =
account.5.auth_name = {$user_id_5}
account.5.password = {$user_password_5}
#Configure the register user name.
account.5.user_name =
account.5.user_name = {$user_id_5}
#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
account.5.sip_trust_ctrl =
account.5.sip_trust_ctrl = 1
#Configure the SIP server address.
account.5.sip_server_host =
account.5.sip_server_host = {$server_address_5}
#Specify the port for the SIP server. The default value is 5060.
account.5.sip_server_port =
account.5.sip_server_port = {$sip_port_5}
#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
account.5.outbound_proxy_enable =
#Specify the IP address or domain name of the outbound proxy server.
account.5.outbound_host =
account.5.outbound_host = {$outbound_proxy_5}
#Specify the server port, the default value is 5060.
account.5.outbound_port =
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
account.5.transport =
{if $sip_transport_5 == 'udp'}account.5.transport = 0{/if}
{if $sip_transport_5 == 'tcp'}account.5.transport = 1{/if}
{if $sip_transport_5 == 'tcp'}account.5.transport = 2{/if}
{if $sip_transport_5 == 'dns srv'}account.5.transport = 3{/if}
#Configure the address of the backup outbound proxy server.
account.5.backup_outbound_host =
@ -1300,7 +1323,7 @@ account.5.anonymous_reject_offcode =
account.5.sip_listen_port =
#Configure the register expiry time (in seconds), the default value is 3600.
account.5.expires =
account.5.expires = {$register_expires_5}
#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
account.5.100rel_enable =
@ -1320,14 +1343,14 @@ account.5.subscribe_mwi_expires =
#Configure the type of SIP header(s) to carry the caller ID; 0-FROM (default), 1-PAI 2-PAI-FROM, 3-PRID-PAI-FROM, 4-PAI-RPID-FROM, 5-RPID-FROM;
account.5.cid_source =
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
account.5.cp_source =
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
account.5.cp_source =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.5.session_timer.enable =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.5.session_timer.enable =
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
account.5.session_timer.expires =
account.5.session_timer.expires =
#Configure the session timer refresher; 0-Uac (default), 1-Uas;
account.5.session_timer.refresher =
@ -1364,7 +1387,7 @@ account.5.missed_calllog =
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
account.5.subscribe_mwi_to_vm =
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
account.5.register_mac =
account.5.register_line =
@ -1533,38 +1556,41 @@ account.5.codec.13.rtpmap = 97
account.6.enable =
#Configure the label displayed on the LCD screen for account 6.
account.6.label =
account.6.label = {$display_name_6}
#Configure the display name of account 6.
account.6.display_name =
account.6.display_name = {$display_name_6}
#Configure the username and password for register authentication.
account.6.auth_name =
account.6.password =
account.6.auth_name = {$user_id_6}
account.6.password = {$user_id_6}
#Configure the register user name.
account.6.user_name =
account.6.user_name = {$user_id_6}
#Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled;
account.6.sip_trust_ctrl =
account.6.sip_trust_ctrl = 1
#Configure the SIP server address.
account.6.sip_server_host =
account.6.sip_server_host = {$server_address_6}
#Specify the port for the SIP server. The default value is 5060.
account.6.sip_server_port =
account.6.sip_server_port = {$sip_port_6}
#Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled;
account.6.outbound_proxy_enable =
#Specify the IP address or domain name of the outbound proxy server.
account.6.outbound_host =
account.6.outbound_host = {$outbound_proxy_6}
#Specify the server port, the default value is 5060.
account.6.outbound_port =
account.6.outbound_port =
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
account.6.transport =
{if $sip_transport_6 == 'udp'}account.6.transport = 0{/if}
{if $sip_transport_6 == 'tcp'}account.6.transport = 1{/if}
{if $sip_transport_6 == 'tcp'}account.6.transport = 2{/if}
{if $sip_transport_6 == 'dns srv'}account.6.transport = 3{/if}
#Configure the address of the backup outbound proxy server.
account.6.backup_outbound_host =
@ -1584,7 +1610,7 @@ account.6.srv_ttl_timer_enable =
#Configure the type of DNS-SRV query; 0-UDP, TCP and TLS (default), 1-UDP, 2-TCP, 3-TLS;
#Require reboot;
account.6.dns_srv_type =
account.6.dns_srv_type =
#Enable or disable the anonymous call feature; 0-Disabled (default), 1-Enabled;
account.6.anonymous_call =
@ -1604,7 +1630,7 @@ account.6.anonymous_reject_offcode =
account.6.sip_listen_port =
#Configure the register expiry time (in seconds), the default value is 3600.
account.6.expires =
account.6.expires = {$register_expires_6}
#Enable or disable the 100 reliable retransmission; 0-Disabled (default), 1-Enabled;
account.6.100rel_enable =
@ -1625,13 +1651,13 @@ account.6.subscribe_mwi_expires =
account.6.cid_source =
#Configure the presentation of the callee ID; 0-PAI-PRID, 1-DIALED DIGITS (default), 2-RFC4916;
account.6.cp_source =
account.6.cp_source =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.6.session_timer.enable =
#Enable or disable the session timer; 0-Disabled (default), 1-Enabled;
account.6.session_timer.enable =
#Configure the refresh session timer interval (in seconds). It ranges from 1 to 9999.
account.6.session_timer.expires =
account.6.session_timer.expires =
#Configure the session timer refresher; 0-Uac (default), 1-Uas;
account.6.session_timer.refresher =
@ -1839,7 +1865,7 @@ forward.always.enable =
#Configure the target number that the phone will forward the call to.
forward.always.target =
#Configure the on code and off code of always forward.
#Configure the on code and off code to always forward.
forward.always.on_code =
forward.always.off_code =
@ -1849,7 +1875,7 @@ forward.busy.target =
forward.busy.on_code =
forward.busy.off_code =
#Enable or disable the no answer forward; 0-Disabled (default), 1-Enabled;
#Enable or disable the no answer forward; 0-Disabled (default), 1-Enabled;
#Configure the waiting ring times before forwarding. It ranges from 0 to 20, the default value is 10.
forward.no_answer.enable =
forward.no_answer.target =

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff