]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_dial: Fix DTMF not relayed to caller on unanswered calls.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 4 Mar 2023 00:09:23 +0000 (00:09 +0000)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 16 Mar 2023 15:40:58 +0000 (10:40 -0500)
commit95a41d231ff4ca199810a375d2b2781bf981a1d3
treeb6965a1b0ead04468ba6209a7aa2e1b9ba962c74
parentfaf58ccc70d7f0c3ab8da6b34f9ff5b4d226f23c
app_dial: Fix DTMF not relayed to caller on unanswered calls.

DTMF frames are not handled in app_dial when sent towards the
caller. This means that if DTMF is sent to the calling party
and the call has not yet been answered, the DTMF is not audible.
This is now fixed by relaying DTMF frames if only a single
destination is being dialed.

ASTERISK-29516 #close

Change-Id: Iafd7430ac2915126d42dc48f0b73b262452ee027
apps/app_dial.c