aboutsummaryrefslogtreecommitdiffstats
path: root/roles/asterisk
diff options
context:
space:
mode:
Diffstat (limited to 'roles/asterisk')
-rw-r--r--roles/asterisk/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/asterisk/README.md b/roles/asterisk/README.md
index 7a3db09..0b21193 100644
--- a/roles/asterisk/README.md
+++ b/roles/asterisk/README.md
@@ -38,11 +38,11 @@ Variable | Default
`asterisk_voicemail_max_failed_logins` | 3 | Maximum number of failed voicemail logins before lockout
`asterisk_dialplan` |   | Raw dialplan to place in `extensions.conf` (see [documentation](https://wiki.asterisk.org/wiki/display/AST/Contexts%2C+Extensions%2C+and+Priorities))
`asterisk_password_salt` |   | Salt used for generating SHA-512 password hashes
-`asterisk_sip_trunks` | `[]` | Upstream SIP trunks (see format below)
-`asterisk_sip_extensions` | `[]` | Local SIP extensions (see format below)
-`asterisk_queues` | `[]` | Local call queues (see format below)
-`asterisk_ari_users` | `[]` | User accounts for the Asterisk REST Interface (see format below)
-`asterisk_voicemail_contexts` | `{}` | Dictionary of [voicemail contexts](https://wiki.asterisk.org/wiki/display/AST/Configuring+Voice+Mail+Boxes) (see format below)
+`asterisk_sip_trunks` | `[]` | Upstream SIP trunks (see [format](#asterisk_sip_trunks) below)
+`asterisk_sip_extensions` | `[]` | Local SIP extensions (see [format](#asterisk_sip_extensions) below)
+`asterisk_queues` | `[]` | Local call queues (see [format](#asterisk_queues) below)
+`asterisk_ari_users` | `[]` | User accounts for the Asterisk REST Interface (see [format](#asterisk_ari_users) below)
+`asterisk_voicemail_contexts` | `{}` | Dictionary of [voicemail contexts](https://wiki.asterisk.org/wiki/display/AST/Configuring+Voice+Mail+Boxes) (see [format](#asterisk_voicemail_contexts) below)
### asterisk\_sip\_trunks