]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_read: Allow reading # as a digit
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 25 Aug 2021 11:49:06 +0000 (11:49 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 1 Sep 2021 15:30:59 +0000 (10:30 -0500)
commitdd980e00b4c2811c953940173dd1f98105c73659
treeb17fcdfb3696345f60be91fe0c32a7e163428f18
parentac492f2ff8c82bedbe953adf97702880dee3c488
app_read: Allow reading # as a digit

Allows for the digit # to be read as a digit,
just like any other DTMF digit, as opposed to
forcing it to be used as an end of input
indicator. The default behavior remains
unchanged.

ASTERISK-18454 #close

Change-Id: I3033432adb9d296ad227e76b540b8b4a2417665b
apps/app_read.c
doc/CHANGES-staging/app_read.txt [new file with mode: 0644]
include/asterisk/app.h
main/app.c