You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asterisk/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
4
4
# Changelog
5
5
6
+
## 6.2.0
7
+
8
+
### New Features
9
+
10
+
- The `additional_sounds` option will now also download `g722` sounds ([#434](https://github.com/TECH7Fox/asterisk-hass-addons/pull/434))
11
+
- Additionally, this option has been reworked so that instead of converting the sound files from `sln16`, it directly downloads the variants from https://downloads.asterisk.org/pub/telephony/sounds.
Copy file name to clipboardExpand all lines: asterisk/DOCS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Enables video support for the auto generated extensions, when `auto_add` is enab
58
58
59
59
### Option: `additional_sounds`
60
60
61
-
The additional sounds languages to download from <https://downloads.asterisk.org/pub/telephony/sounds> on add-on startup, skipping when already downloaded. Example: pt-BR.
61
+
The additional sounds languages to download from <https://downloads.asterisk.org/pub/telephony/sounds> on add-on startup, skipping when already downloaded. Examples: `fr`, `en_GB`.
62
62
63
63
The sounds will be downloaded to `/media/asterisk`.
0 commit comments