mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Document the Incomplete application addition.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114874 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -18,6 +18,13 @@ PBX Changes
|
||||
* It is now possible to specify a pattern match as a hint. Once a phone subscribes
|
||||
to something that matches the pattern a hint will be created using the contents
|
||||
and variables evaluated.
|
||||
* Dialplan matching has been extended to allow an extension to return to the
|
||||
PBX core to wait for more digits. This is done by using the new dialplan
|
||||
application called "Incomplete". This will permit a whole new level of
|
||||
extension control, by giving the administrator more control over early
|
||||
matches employing one of the short-circuit pattern match operators. Note
|
||||
that custom applications can trigger this same behavior by returning the
|
||||
special value AST_PBX_INCOMPLETE.
|
||||
|
||||
Application Changes
|
||||
-------------------
|
||||
|
Reference in New Issue
Block a user