Skip to content

Commit c6ac807

Browse files
JMadgwickgtjoseph
authored andcommitted
Add extra detail to Configuring-Localized-Tone-Indications.md and fix broken source links
1 parent 049e980 commit c6ac807

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/Configuration/Core-Configuration/Asterisk-Main-Configuration-File.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The asterisk.conf file
88

99
asterisk.conf is used to configure the locations of directories and files used by Asterisk, as well as options relevant to the core of Asterisk.
1010

11-
[Link to the asterisk.conf.sample](http://svnview.digium.com/svn/asterisk/trunk/configs/asterisk.conf.sample?view=markup) file in the Asterisk trunk subversion repo. The information below could become out of date, so always check the relevant sample file in our version control system.
11+
[Link to the asterisk.conf.sample](https://github.com/asterisk/asterisk/blob/master/configs/samples/asterisk.conf.sample) file in the Asterisk GitHub repo. The information below could become out of date, so always check the relevant sample file in our repo.
1212

1313
asterisk.conf has two primary contexts, shown below with some descriptions about their content.
1414

docs/Configuration/Core-Configuration/Configuring-Localized-Tone-Indications.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Note that the tones configured here are only used when Asterisk is directly gene
1313
Configuration
1414
=============
1515

16-
The configuration file for location specific tone indications is **indications.conf**. It is read from the typical [Asterisk configuration directory](/Fundamentals/Directory-and-File-Structure). You can also view the sample of indications.conf file in your source directory at configs/modules.conf.sample or on [SVN at this link](http://svnview.digium.com/svn/asterisk/trunk/configs/samples/indications.conf.sample?view=markup).
16+
The configuration file which defines location specific tone indications is **indications.conf**. It is read from the typical [Asterisk configuration directory](/Fundamentals/Directory-and-File-Structure). You can view a sample configuration file [in the project source at configs/modules.conf.sample](https://github.com/asterisk/asterisk/blob/master/configs/samples/indications.conf.sample).
1717

18-
The configuration itself consists of a 'general' section and then one or more country specific sections. (e.g. '[au]' for Australia)
18+
The configuration itself consists of a 'general' section and then one or more country specific sections (e.g. `[au]` for Australia).
1919

20-
Within the general section, only the **country** option can be set. This option sets the default location tone set to be used.
20+
Within the general section, only the **country** option can be set. This option sets the default location tone set to be used. Ensure the country you specify has a corresponding tone configuration defined; the easiest way to ensure this is by copying the sample file (which defines tones for over 40 countries) to your Asterisk configuration directory, checking your country is defined and then changing the **country** option as shown below.
2121

2222
```
2323
[general]
24-
country=us
24+
country=de
2525
```
2626

27-
As an example, the above set the default country to the tone set for the USA.
27+
As an example, the above sets the default tone set country to Germany (DE).
2828

2929
Within any location specific configuration, several tone types may be configured.
3030

docs/Configuration/Core-Configuration/Logging-Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pageid: 28315599
66
Asterisk Log File Configuration
77
===============================
88

9-
General purpose [logging facilities](/Operation/Logging) in Asterisk can be configured in the *[logger.conf](http://svnview.digium.com/svn/asterisk/trunk/configs/logger.conf.sample?view=markup)* file. Within this file one is able to configure Asterisk to log messages to files and/or a syslog and even to the Asterisk console. Note, the sections and descriptions listed below are meant to be informational and act as a guide (a "how to") when configuring logging in Asterisk. Options with stated defaults don't have to be explicitly set as they will simply default to a designated value.
9+
General purpose [logging facilities](/Operation/Logging) in Asterisk can be configured in the *[logger.conf](https://github.com/asterisk/asterisk/blob/master/configs/samples/logger.conf.sample)* file. Within this file one is able to configure Asterisk to log messages to files and/or a syslog and even to the Asterisk console. Note, the sections and descriptions listed below are meant to be informational and act as a guide (a "how to") when configuring logging in Asterisk. Options with stated defaults don't have to be explicitly set as they will simply default to a designated value.
1010

1111
General Section:
1212
----------------

docs/Configuration/Interfaces/Back-end-Database-and-Realtime-Connectivity/ODBC/Configuring-res_odbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Overview
88

99
The **res_odbc** module for Asterisk can provide Asterisk with connectivity to various database backends through ODBC (a database abstraction layer). Asterisk features such as [Asterisk Realtime Architecture](/Fundamentals/Asterisk-Configuration/Database-Support-Configuration/Realtime-Database-Configuration), [Call Detail Records](/Configuration/Reporting/Call-Detail-Records-CDR), [Channel Event Logging](/Configuration/Reporting/Channel-Event-Logging-CEL), can connect to a database through res_odbc.
1010

11-
More details on specific options within configuration are provided in the [sample configuration file](http://svnview.digium.com/svn/asterisk/branches/11/configs/res_odbc.conf.sample?view=markup) included with Asterisk source.
11+
More details on specific options within configuration are provided in the [sample configuration file](https://github.com/asterisk/asterisk/blob/master/configs/samples/res_odbc.conf.sample) included with Asterisk source.
1212

1313
We'll provide a brief guide here on how to get the res_odbc.so module configured to connect to an existing ODBC installation.
1414

0 commit comments

Comments
 (0)