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
(cherry picked from commit f015d3e0cc)
This commit is contained in:
Mike Bradeen
2023-02-06 08:54:56 -07:00
committed by Joshua Colp
parent 9e6a70b586
commit 7952316bf1
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Subject: app_senddtmf
A new option has been added 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.