]> 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:31:07 +0000 (10:31 -0500)
commit0e4a1c50791f236b227b0b6a9f5b7fe463ebb301
tree3dbf83ed64522d666d6c6da97278c536d5c20c0f
parent18189ff5944fab1af57042aea1db7d4a7c9cb32b
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