aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 22:20:14 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-14 22:20:14 +0000
commit0993d3ddbf4361d5c28f6552a64f0f203aff8682 (patch)
tree9c5f8b26d43e8e21f21a775b1ef8d7770a1cc656 /UPGRADE.txt
parentdc3302d647750935eed7bdd6d791e6394fbacc0a (diff)
warn people about ENUMLOOKUP counting change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10065 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index b53cae655..e74835960 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -40,8 +40,10 @@ 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 ENUMLOOP() function no longer supplies a default zone for searching; instead,
+ it uses the default zone(s) defined in enum.conf. In addition, when the 'c'
+ option (for counting the number of records is specified), but the lookup fails
+ to match any records, the returned value will now be "0" instead of blank.
The SIP channel: