mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
app_read: Add an option to return terminator on empty digits.
Adds 'e' option to allow Read() to return the terminator as the dialed digits in the case where only the terminator is entered. ie; if "#" is entered, return "#" if the 'e' option is set and "" if it is not. ASTERISK-30411 Change-Id: I49f3221824330a193a20c660f99da0f1fc2cbbc5
This commit is contained in:
committed by
George Joseph
parent
66f6d9113e
commit
fc5b7ab459
5
doc/CHANGES-staging/app_read_return_terminator.txt
Normal file
5
doc/CHANGES-staging/app_read_return_terminator.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: app_read
|
||||
|
||||
A new option 'e' has been added to allow Read() to return the
|
||||
terminator as the dialed digits in the case where only the terminator
|
||||
is entered.
|
Reference in New Issue
Block a user