From: Brett Bryant Date: Fri, 9 May 2008 20:05:50 +0000 (+0000) Subject: Update CHANGES file for previous commit of ENUM and TXCIDNAME changes. X-Git-Tag: 1.6.2.0-beta1~2278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59817ce0d84174c84cf49bee28557e2a0d5f45c2;p=thirdparty%2Fasterisk.git Update CHANGES file for previous commit of ENUM and TXCIDNAME changes. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115586 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 48f16534a0..46fe01de23 100644 --- a/CHANGES +++ b/CHANGES @@ -101,6 +101,12 @@ DNS manager changes Dialplan function changes ------------------------- * TIMEOUT() has been modified to be accurate down to the millisecond. + * ENUM*() functions now include the following new options: + - 'u' returns the full URI and does not strip off the URI-scheme. + - 's' triggers ISN specific rewriting + - 'i' looks for branches into an Infrastructure ENUM tree + - 'd' for a direct DNS lookup without any flipping of digits. + * TXCIDNAME() has a new zone-suffix parameter (which defaults to 'e164.arpa') AMI - The manager (TCP/TLS/HTTP) --------------------------------