mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
19 lines
526 B
INI
19 lines
526 B
INI
phone_label: "{$display_name_1}"
|
|
proxy1_address: "{$server_address_1}"
|
|
proxy_register: 1
|
|
timer_register_expires: 300
|
|
preferred_codec: g711ulaw
|
|
enable_vad: 0
|
|
dial_template: "dialplan"
|
|
|
|
line1_name: {$user_id_1}
|
|
line1_displayname: "{$user_id_1}"
|
|
line1_shortname: "{$short_name_1}"
|
|
line1_authname: "{$auth_id_1}"
|
|
line1_password: "{$user_password_1}"
|
|
|
|
line2_name: {$user_id_2}
|
|
line2_displayname: "{$user_id_2}"
|
|
line2_shortname: "{$short_name_2}"
|
|
line2_authname: "{$auth_id_2}"
|
|
line2_password: "{$user_password_2}" |