Yealink v.72: Difference between revisions
Jump to navigation
Jump to search
Created page with "<pre> </pre>" |
No edit summary |
||
| Line 1: | Line 1: | ||
<pre> | <pre> | ||
#!version:1.0.0.1 | |||
##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.## | |||
####################################################################################### | |||
## Accounts ## | |||
####################################################################################### | |||
{line_loop} | |||
account.{$line_m1}.enable = {$line_active} | |||
account.{$line_m1}.label = {$number} | |||
account.{$line_m1}.display_name = {$displayname} | |||
account.{$line_m1}.auth_name = {$username} | |||
account.{$line_m1}.user_name = {$authname} | |||
account.{$line_m1}.password = {$secret} | |||
account.{$line_m1}.sip_server.1.address = {$server_host} | |||
account.{$line_m1}.sip_server.1.port = {$server_port} | |||
account.{$line_m1}.sip_server.1.expires = 300 | |||
account.{$line_m1}.unregister_on_reboot = 1 | |||
account.{$line_m1}.outbound_proxy_enable = 1 | |||
account.{$line_m1}.outbound_host = {$server_host} | |||
account.{$line_m1}.outbound_port = {$server_port} | |||
{/line_loop} | |||
</pre> | </pre> | ||
Revision as of 14:52, 30 June 2016
#!version:1.0.0.1
##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##
#######################################################################################
## Accounts ##
#######################################################################################
{line_loop}
account.{$line_m1}.enable = {$line_active}
account.{$line_m1}.label = {$number}
account.{$line_m1}.display_name = {$displayname}
account.{$line_m1}.auth_name = {$username}
account.{$line_m1}.user_name = {$authname}
account.{$line_m1}.password = {$secret}
account.{$line_m1}.sip_server.1.address = {$server_host}
account.{$line_m1}.sip_server.1.port = {$server_port}
account.{$line_m1}.sip_server.1.expires = 300
account.{$line_m1}.unregister_on_reboot = 1
account.{$line_m1}.outbound_proxy_enable = 1
account.{$line_m1}.outbound_host = {$server_host}
account.{$line_m1}.outbound_port = {$server_port}
{/line_loop}