summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-07-23 20:27:26 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-07-23 20:27:26 +0000
commita1fdc1c769e1b0e337415da05e7f75d2eeb5c514 (patch)
treec3a3924d8e2d0714c500459cc0e2d224b108b1aa /UPGRADE.txt
parent55b1ee298e926c594f45456e5afbc25c79e3889b (diff)
Missed one conversion to comma delimiter (thanks, Juggie) and add documentation on the
change to the Local channel name. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 1e76c4130..16b177783 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -96,3 +96,7 @@ Channel Drivers:
user has not configured the automon feature, the normal "415 Unsupported media type"
is returned, and nothing is done.
+* chan_local.c: the comma delimiter inside the channel name has been changed to a
+ semicolon, in order to make the Local channel driver compatible with the comma
+ delimiter change in applications.
+