app_dtmfstore: New application to store digits

Adds application to asynchronously collect digits
dialed on a channel in the TX or RX direction
using a framehook and stores them in a specified
variable, up to a configurable number of digits.

ASTERISK-29477

Change-Id: I51aa93fc9507f7636ac44806c4420ce690423e6f
This commit is contained in:
Naveen Albert
2021-06-16 16:26:46 -04:00
committed by N A
parent 9117f09d28
commit 016f6a0e14
2 changed files with 292 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Subject: app_dtmfstore
New application which collects digits
dialed and stores them into
a specified variable.