Browse Source

Update domain name examples

Anthony 2 months ago
parent
commit
97ed397859
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/advanced/default_settings.md

+ 2 - 2
source/advanced/default_settings.md

@@ -220,7 +220,7 @@ Login specific default settings.
 |-----------------------------|----------------------|----------------------------|-------------------------|-----------------------------------------------------------------------------------------|
 | password_reset_key          | text                 | 9pG6sgerhuh5hetjnsrtjrjrdW | FALSE                   | Display a Reset Password link on the login box (requires smtp_host be defined).         |
 | domain_name_visible         | boolean              | TRUE                       | FALSE                   | Displays a domain input or select box (if domain_name array defined) on the login box.  |
-| domain_name                 | array                | pbx1.yourdomain.com        | FALSE                   | Domain select option displayed on the login box.                                        |
+| domain_name                 | array                | pbx1.yourdomain.local      | FALSE                   | Domain select option displayed on the login box.                                        |
 | message                     | text                 | Welcome to FusionPBX!      | TRUE                    | Display a message at login.                                                             |
 
 ## Provision
@@ -352,7 +352,7 @@ In the Provisioning section, there are a few key options that have to be set in
 | yealink_cid_source                                | numeric              | 0                                                                                                                                    | TRUE                    | 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                                         |
 | yealink_dtmf_hide                                 | numeric              | 1                                                                                                                                    | TRUE                    | 0-Disabled 1-Enabled                                                                                                                                                        |
 | yealink_sip_listen_port                           | numeric              | 5060                                                                                                                                 | FALSE                   | 5060 default                                                                                                                                                                |
-| yealink_firmware_url                              | text                 | https://server.yourdomain.com/app/yealink/resources/firmware                                                                         | TRUE                    | Base URL for Yealink Firmware. Download from http://support.yealink.com                                                                                                     |
+| yealink_firmware_url                              | text                 | https://server.yourdomain.local/app/yealink/resources/firmware                                                                       | TRUE                    | Base URL for Yealink Firmware. Download from http://support.yealink.com                                                                                                     |
 | yealink_firmware_cp860                            | text                 | cp860-37.81.0.10.rom                                                                                                                 | TRUE                    | Filename of the CP860 firmware ROM                                                                                                                                          |
 | yealink_firmware_cp960                            | text                 | cp960-73.80.0.25.rom                                                                                                                 | TRUE                    | Filename of the CP960 firmware ROM                                                                                                                                          |
 | yealink_firmware_t29g                             | text                 | t29g-46.81.0.110.rom                                                                                                                 | TRUE                    | Filename of the T29G firmware ROM                                                                                                                                           |