]> 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:57 +0000 (14:33 +0000)
commit8dbf144e161605f510335be0af02066f0ff628bb
treed31bf20e26d3d3856b788dd99d1a569b450364cb
parent744e8d39381c57ef4ae4c9472ded5f99e110e523
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