From: Tilghman Lesher Date: Wed, 30 Apr 2008 05:05:25 +0000 (+0000) Subject: Document the Incomplete application addition. X-Git-Tag: 1.6.2.0-beta1~2351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2d50a4c9b843f899c042c73f2f06c9a7f59af9;p=thirdparty%2Fasterisk.git Document the Incomplete application addition. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114874 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 54a9a9702f..10711760cd 100644 --- a/CHANGES +++ b/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 -------------------