[asterisk-commits] rmudgett: trunk r221709 - in /trunk: CHANGES UPGRADE.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 1 15:18:33 CDT 2009
Author: rmudgett
Date: Thu Oct 1 15:18:29 2009
New Revision: 221709
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=221709
Log:
Move DAHDI/ISDN channel naming note from CHANGES to UPGRADE.txt.
Modified:
trunk/CHANGES
trunk/UPGRADE.txt
Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=221709&r1=221708&r2=221709
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Thu Oct 1 15:18:29 2009
@@ -205,12 +205,6 @@
LibPRI).
* Added the ability to ignore calls that are not in a Multiple Subscriber
Number (MSN) list for PTMP CPE interfaces.
- * The PRI channels can no longer change the channel name if a different B
- channel is selected during call negotiation. To prevent using the channel
- name to infer what B channel a call is using and to avoid name collisions,
- the channel name format is changed.
- The new channel naming for PRI channels is:
- DAHDI/ISDN-<span>-<sequence-number>
Asterisk Manager Interface
--------------------------
Modified: trunk/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE.txt?view=diff&rev=221709&r1=221708&r2=221709
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Thu Oct 1 15:18:29 2009
@@ -47,6 +47,13 @@
a variable name/value. The old 1.4 behavior may still be obtained by setting
app_set, pbx_realtime, and res_agi each to 1.4 in the [compat] section of
asterisk.conf.
+
+* The PRI channels in chan_dahdi can no longer change the channel name if a
+ different B channel is selected during call negotiation. To prevent using
+ the channel name to infer what B channel a call is using and to avoid name
+ collisions, the channel name format is changed.
+ The new channel naming for PRI channels is:
+ DAHDI/ISDN-<span>-<sequence-number>
From 1.6.1 to 1.6.2:
More information about the asterisk-commits
mailing list