]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_senddtmf: Add option to answer target channel.
authorMike Bradeen <mbradeen@sangoma.com>
Mon, 6 Feb 2023 15:54:56 +0000 (08:54 -0700)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 27 Feb 2023 17:13:27 +0000 (11:13 -0600)
commit98742388b6cade35574f14043b3a5bdb90af2939
treec741c49f62783557c25d422f458c1e4286336c4d
parent37e558f6ef1124d79421fb436b3929b960217643
app_senddtmf: Add option to answer target channel.

Adds a new option to SendDTMF() which will answer the specified
channel if it is not already up. If no channel is specified, the
current channel will be answered instead.

ASTERISK-30422

Change-Id: Iddcbd501fcdf9fef0f453b7a8115a90b11f1d085
apps/app_senddtmf.c
doc/CHANGES-staging/app_senddtmf_answer.txt [new file with mode: 0644]