dect
/
asterisk
Archived
13
0
Fork 0

Document the Incomplete application addition.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114874 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2008-04-30 05:05:25 +00:00
parent eb73cb3e4a
commit c230dbcc21
1 changed files with 7 additions and 0 deletions

View File

@ -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
-------------------