]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_websocket.c: Add DTMF messages
authorJoe Garlick <jcbjoe@users.noreply.github.com>
Thu, 4 Sep 2025 12:20:35 +0000 (12:20 +0000)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 17 Sep 2025 20:04:27 +0000 (14:04 -0600)
commit1ec0006314ce175f8a8ec465ef2a372c8db64b3d
tree76e58cd4cd030f7c93e7db0a7ac8427e904b9bed
parentc643e8929aa698a45d639ce6de083e0be0f40a9d
chan_websocket.c: Add DTMF messages

Added DTMF messages to the chan_websocket feature.

When a user presses DTMF during a call over chan_websocket it will send a message like:
"DTMF_END digit:1"

Resolves: https://github.com/asterisk/asterisk-feature-requests/issues/70
(cherry picked from commit cf2b2c7f83d7f65b4acd952bac4ec8d997611df8)
channels/chan_websocket.c