aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 21:57:26 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 21:57:26 +0000
commit0be5cc8fb2deebd1b42c709ad361070da1eb4ffb (patch)
treeadccaa4d9d3eb0ade47fb25450167c3139ccc8de /UPGRADE.txt
parent5ae550a31a19f76ffe1e5777f1d76a9f19f57e54 (diff)
don't force a default zone for ENUM() lookups, use the configuration file (issue #6036, with update to UPGRADE.txt)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10047 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 86d256fa9..b53cae655 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -40,6 +40,9 @@ Functions:
modules.conf file then you will need to explicitly load the modules that
contain the functions you want to use.
+* The ENUM() function no longer supplies a default zone for searching; instead,
+ it uses the default zone(s) defined in enum.conf.
+
The SIP channel:
* The "incominglimit" setting is replaced by the "call-limit" setting in sip.conf.