]> 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)
committerJoe Garlick <jcbjoe@users.noreply.github.com>
Mon, 8 Sep 2025 14:33:56 +0000 (14:33 +0000)
commit219ec0141c24c466fb9f26714a28e4d82cfd4b18
tree9b3a6a456359a19197519140d574dae471123a40
parentc982efaceba01c9c31773c7ce1d76cecc2f1d386
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
channels/chan_websocket.c