]> 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:17 +0000 (10:31 -0500)
commit6cc004dc5aa92bba2abd5bf3562c48340594ae6c
tree09d1501ff9ee492bff1cd7badda87b1a795c1ea0
parent6fbf55ac11d8af56fc64209845a306c0f234495a
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