mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 13:09:00 +00:00
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
This commit is contained in:
committed by
George Joseph
parent
ac492f2ff8
commit
dd980e00b4
5
doc/CHANGES-staging/app_read.txt
Normal file
5
doc/CHANGES-staging/app_read.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: app_read
|
||||
|
||||
A new option allows the digit '#' to be read literally,
|
||||
rather than used exclusively as the input terminator
|
||||
character.
|
Reference in New Issue
Block a user