X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=CHANGES;h=10711760cd1d21b74a1e58f041d901db2dc2b75c;hp=54a9a9702f4d8a61963c9ddf4e3b003547ddd293;hb=fe2d50a4c9b843f899c042c73f2f06c9a7f59af9;hpb=0d4ce02e5bb99c4e9a276b38d12c9e1164e0c0bf diff --git a/CHANGES b/CHANGES index 54a9a97..1071176 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 -------------------