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: docs/Configuration/Channel-Drivers/AudioSocket.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ pageid: 42012937
6
6
AudioSocket
7
7
===========
8
8
9
-
AudioSocket is a simple TCP-based protocol for sending and receiving real-time audio streams.
9
+
AudioSocket is a simple TCP-based protocol for sending and receiving real-time audio streams, and sending DTMF digits.
10
10
11
11
There exists a protocol definition (below), a Go [library](https://github.com/CyCoreSystems/audiosocket), and Asterisk application and channel interfaces.
12
12
@@ -21,6 +21,7 @@ The minimum message length is three bytes: type and payload-length. Hangup indic
21
21
22
22
*`0x00` - Terminate the connection (socket closure is also sufficient)
23
23
*`0x01` - Payload will contain the UUID (16-byte binary representation) for the audio stream
0 commit comments