]> 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 19:36:51 +0000 (13:36 -0600)
commit0238635847772adc15b61d82c07185059af97313
treebac82be268877fca049072307805f442e0625bc5
parent1833da0a9cb0c013be913825b4d8ebf46a617667
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 8dbf144e161605f510335be0af02066f0ff628bb)
channels/chan_websocket.c