aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-17 20:17:20 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-17 20:17:20 +0000
commite4c44da0a6cdf8074ee4635feff80aa58d46c419 (patch)
tree7a2b078f0c0a4f61fa42a041ad88b351ca8fc3ad /CHANGES
parent04118c0c211ca1752ae04fce58b79b8d234dae8b (diff)
Changes to list peers and users in alpha. order, as per a reasonable request in 12494. Due to changes in trunk to use the astobj2 i/f in the sip channel driver, the order of the entries in the config file was lost, thus the output was in a random order, but no longer.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@123448 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c17719731..8843e13f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -121,6 +121,9 @@ SIP Changes
lost packets.
* Added t38pt_usertpsource option. See sip.conf.sample for details.
* Added SIPnotify AMI command, for sending arbitrary SIP notify commands.
+ * 'sip show peers' and 'sip show users' display their entries sorted in
+ alphabetical order, as opposed to the order they were in, in the config
+ file or database.
IAX Changes
-----------