summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2008-06-17 20:17:20 +0000
committerSteve Murphy <murf@digium.com>2008-06-17 20:17:20 +0000
commitbb20ef70171bc8d7a20ecd2dd9dee4450e00f04a (patch)
tree7a2b078f0c0a4f61fa42a041ad88b351ca8fc3ad /CHANGES
parentc23e5fea96135f5b7de00ec0eb8cf651a6aff08d (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: https://origsvn.digium.com/svn/asterisk/trunk@123448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
-----------