dect
/
asterisk
Archived
13
0
Fork 0

Update CHANGES file for previous commit of ENUM and TXCIDNAME changes.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115586 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
bbryant 2008-05-09 20:05:50 +00:00
parent 856468a462
commit d2e5ffcec0
1 changed files with 6 additions and 0 deletions

View File

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