aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-01 22:07:30 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-01 22:07:30 +0000
commit1d7d5b83f210904f2dcd7da31ee3952bf38fffc8 (patch)
tree27889d63d136703de45d9a225e3ab2a95e3337a0 /CHANGES
parent7242b42801c35f7d8a3bd117c9d3e3a359322d41 (diff)
Existing DNS manager lookups extended to check for SRV records.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@112321 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 11 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 6b06454f4..9a2244806 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,11 @@ SIP Changes
-----------
* The ATTENDED_TRANSFER_COMPLETE_SOUND can now be set using setvar to cause a given
audio file to be played upon completion of an attended transfer.
+ * Added DNS manager support to registrations for peers referencing peer entries.
+
+IAX Changes
+-----------
+ * Existing DNS manager lookups extended to check for SRV records.
CLI Changes
-----------
@@ -37,6 +42,11 @@ CLI Changes
references that particular configuration file. Also added "config list"
which shows which configuration files are in use.
+DNS manager changes
+-------------------
+ * Addresses managed by DNS manager now can check to see if there is a DNS
+ SRV record for a given domain and will use that hostname/port if present.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.4.X to Asterisk 1.6.0 -------------
------------------------------------------------------------------------------
@@ -194,8 +204,7 @@ SIP changes
configs/sip.conf.sample for more information on how it is used.
* Added a new configuration option "authfailureevents" that enables manager events when
a peer can't authenticate properly.
- * Added DNS manager support to registrations, both for peers referencing
- and not referencing a peer entry.
+ * Added DNS manager support to registrations for peers not referencing a peer entry.
IAX2 changes
------------
@@ -536,11 +545,6 @@ Call Detail Records
* The ResetCDR application now has an 'e' option that re-enables a CDR if it
has been disabled using the NoCDR application.
-DNS manager changes
--------------------
- * Addresses managed by DNS manager now will check to see if there is a DNS
- SRV record for a given domain and will use that hostname/port if present.
-
Miscellaneous New Modules
-------------------------
* Added a new CDR module, cdr_sqlite3_custom.