[Asterisk-cvs] asterisk ChangeLog, 1.146.2.7, 1.146.2.8 UPGRADE.txt, 1.28, 1.28.2.1

russell russell
Sun Nov 20 18:43:47 CST 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv18341

Modified Files:
      Tag: v1-2
	ChangeLog UPGRADE.txt 
Log Message:
issue #5792


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.146.2.7
retrieving revision 1.146.2.8
diff -u -d -r1.146.2.7 -r1.146.2.8
--- ChangeLog	20 Nov 2005 23:27:28 -0000	1.146.2.7
+++ ChangeLog	20 Nov 2005 23:33:03 -0000	1.146.2.8
@@ -1,5 +1,8 @@
 2005-11-20  Russell Bryant  <russell at 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)

Index: UPGRADE.txt
===================================================================
RCS file: /usr/cvsroot/asterisk/UPGRADE.txt,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- UPGRADE.txt	13 Nov 2005 00:46:06 -0000	1.28
+++ UPGRADE.txt	20 Nov 2005 23:33:03 -0000	1.28.2.1
@@ -52,8 +52,10 @@
 
 IAX: 
 
-* The naming convention for IAX channels has changed in a minor way such 
-  that the call number follows a "-" rather than a "/" character.
+* The naming convention for IAX channels has changed in two ways: 
+   1. The call number follows a "-" rather than a "/" character.
+   2. The name of the channel has been simplified to IAX2/peer-callno,
+   rather than IAX2/peer at peer-callno or even IAX2/peer at peer/callno.
 
 SIP:
 




More information about the svn-commits mailing list