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
This commit is contained in:
Mike Bradeen
2023-02-06 08:54:56 -07:00
committed by Sean Bright
parent 603675f285
commit f015d3e0cc
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.