app_readexten: new option 'p' to stop reading on '#' key

This patch adds the 'p' option.
The extension entered will be considered complete when a # is entered.

Change-Id: If77c40c9c8b525885730821e768f5dea71cf04c1
This commit is contained in:
Alexei Gradinari
2019-05-17 18:45:25 -04:00
parent 2aa9bc6d2c
commit 9516fb64c9
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Subject: ReadExten
Add 'p' option to stop reading extension if user presses '#' key.