aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:33:03 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 23:33:03 +0000
commit32519375473a11cb24fe9a85f59c77ad9ae45c44 (patch)
tree761c9a76bf027b7704f32155c9acbaeefd1ef30f /ChangeLog
parenta209e56b9050338e42f741189097c9e016daf553 (diff)
issue #5792
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7150 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcda32fa1..d70b7fe1e 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-11-20 Russell Bryant <russell@digium.com>
+ * UPGRADE.txt: Add a note on a second way that the IAX2 channel naming convention has changed. (issue #5792)
+ * channels/chan_iax2.c: Fix alignment of the output for the "iax2 show peer <peer>" CLI command (issue #5792)
+
* channels/Makefile: Re-add chan_oss to the default build. (issue #5799)
* res/res_musiconhold.c: Fix incorrect argument for the buffer size to an ast_copy_string call (issue #5803)