From 282a88f7cb490afbbed87658523ed6bc371c36be Mon Sep 17 00:00:00 2001 From: Sven Kube Date: Wed, 1 Oct 2025 15:15:51 +0200 Subject: [PATCH] AudioSocket: document new message type 0x11 for slin16 audio --- docs/Configuration/Channel-Drivers/AudioSocket.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Configuration/Channel-Drivers/AudioSocket.md b/docs/Configuration/Channel-Drivers/AudioSocket.md index 08817187cc..cd80d6fe79 100644 --- a/docs/Configuration/Channel-Drivers/AudioSocket.md +++ b/docs/Configuration/Channel-Drivers/AudioSocket.md @@ -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