Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Configuration/Channel-Drivers/AudioSocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The minimum message length is three bytes: type and payload-length. Hangup indic
* `0x01` - Payload will contain the UUID (16-byte binary representation) for the audio stream
* `0x03` - Payload is 1 byte (ascii) DTMF (dual-tone multi-frequency) digit
* `0x10` - Payload is signed linear, 16-bit, 8kHz, mono PCM (little-endian)
* `0x11` - Payload is signed linear, 16-bit, 16kHz, mono PCM (little-endian)
* `0xff` - An error has occurred; payload is the (optional) application-specific error code. Asterisk-generated error codes are listed below.

### Payload length
Expand Down