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;
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.
@ -81,9 +84,9 @@ account.1.anonymous_reject_offcode =
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;
@ -147,6 +150,8 @@ 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;
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.
@ -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 =
@ -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.
@ -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 =
@ -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.
@ -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 =
@ -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.
@ -993,7 +1011,7 @@ account.4.anonymous_reject_offcode =
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 =
@ -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;
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 =
@ -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 =
#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 =
@ -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 =
@ -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 =

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff