]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_dtmfstore: New application to store digits
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 16 Jun 2021 20:26:46 +0000 (16:26 -0400)
committerN A <mail@interlinked.x10host.com>
Mon, 2 Aug 2021 17:44:31 +0000 (12:44 -0500)
commit6645cf8d4578fde4b95b6bab75350f539dda47b6
tree68027f779e4182bd82898a1435bde07954760f8c
parent90c9c90b11bb75a801feedad731110d033522590
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
apps/app_dtmfstore.c [new file with mode: 0644]
doc/CHANGES-staging/app_dtmfstore.txt [new file with mode: 0644]