From dd0c76a9d3248f670c62100e4f3423a762dc72f5 Mon Sep 17 00:00:00 2001
From: Richard Mudgett <rmudgett@digium.com>
Date: Thu, 1 Oct 2009 20:18:29 +0000
Subject: [PATCH] Move DAHDI/ISDN channel naming note from CHANGES to
 UPGRADE.txt.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@221709 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 CHANGES     | 6 ------
 UPGRADE.txt | 7 +++++++
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/CHANGES b/CHANGES
index 96d4be66db..5062283a92 100644
--- a/CHANGES
+++ b/CHANGES
@@ -205,12 +205,6 @@ libpri channel driver (chan_dahdi) DAHDI changes
    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
 --------------------------
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 3936c9df52..1c41d90fed 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -48,6 +48,13 @@ From 1.6.2 to 1.6.3:
   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:
 
 * The firmware for the IAXy has been removed from Asterisk.  It can be
-- 
GitLab