aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-19 19:22:59 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-19 19:22:59 +0000
commit2b0a9dd2871f223ea4bfa61b11c22186504a245f (patch)
tree1f4e38d60db7b223c27b26a33441c3cd88e0c921 /CHANGES
parent0353af4a86dd151c5a9addbbdda6339631df7d88 (diff)
Allow alternative extensions to be specified for a user.
(closes issue #12830) Reported by: jcollie Patches: astertisk-trunk-121496-alternate-extensions.patch uploaded by jcollie (license 412) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@124049 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8843e13f6..300c939f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -785,3 +785,5 @@ Miscellaneous
* If compiled with DEBUG_THREADS enabled and if you have glibc, then issuing
the "core show locks" CLI command will give lock information output as well
as a backtrace of the stack which led to the lock calls.
+ * users.conf now sports an optional alternativeexts property, which permits
+ allocation of additional extensions which will reach the specified user.