]> 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:41:15 +0000 (10:41 -0500)
commit090ec448cffc4b73e7840347aa148b5fc9181e8a
treefb4cf5575bc9de6a3a2471eb4f5aa47a22b856e5
parentcb0220dec20b988a8d9662dccb215e5a5382b132
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