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: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ There exists a protocol definition (below), a Go library, and Asterisk
9
9
application and channel interfaces.
10
10
11
11
**NOTE:**[@florentchauveau](https://github.com/florentchauveau) has contributed [DTMF support](https://github.com/asterisk/asterisk/pull/1138) to the AudioSocket protocol. The patch has been merged into `master` and will be included in Asterisk versions 20.X, 21.X, and 22.X.
12
+
**NOTE:**[@SvenKube](https://github.com/SvenKube) has contributed [support for higher sample rates](https://github.com/asterisk/asterisk/pull/1492) to the AudioSocket protocol. The patch has been merged into `master` and will be included in Asterisk versions 20.X, 21.X, 22.X, and 23.X.
12
13
13
14
## Protocol definition
14
15
@@ -26,6 +27,14 @@ indication, for instance, is `0x00 0x00 0x00`.
26
27
-`0x01` - Payload will contain the UUID (16-byte binary representation) for the audio stream
0 commit comments