[asterisk-commits] russell: trunk r64870 - /trunk/CHANGES
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Thu May 17 19:55:05 MST 2007
    
    
  
Author: russell
Date: Thu May 17 21:55:05 2007
New Revision: 64870
URL: http://svn.digium.com/view/asterisk?view=rev&rev=64870
Log:
Add ENUMQUERY and ENUMRESULT to the CHANGES file.
Modified:
    trunk/CHANGES
Modified: trunk/CHANGES
URL: http://svn.digium.com/view/asterisk/trunk/CHANGES?view=diff&rev=64870&r1=64869&r2=64870
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Thu May 17 21:55:05 2007
@@ -76,6 +76,13 @@
   * Added two new dialplan functions, DUNDIQUERY and DUNDIRESULT.  These
      functions will allow you to initiate a DUNDi query from the dialplan,
      find out how many results there are, and access each one.
+
+ENUM changes
+------------
+  * Added two new dialplan functions, ENUMQUERY and ENUMRESULT.  These
+     functions will allow you to initiate an ENUM lookup from the dialplan,
+     and Asterisk will cache the results.  ENUMRESULT can be used to access
+	 the results without doing multiple DNS queries.
 
 Voicemail Changes
 -----------------
    
    
More information about the asterisk-commits
mailing list