X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=CHANGES;h=46fe01de23082821667db26bbffb33c784e3c559;hp=48f16534a03b5d0aa1ea791b795f750bde4dc846;hb=59817ce0d84174c84cf49bee28557e2a0d5f45c2;hpb=65b8381550a9f46fdce84de79960073e9d51b05d diff --git a/CHANGES b/CHANGES index 48f1653..46fe01d 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) --------------------------------