aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-19 21:16:21 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-19 21:16:21 +0000
commit543ba3164ece43eb47dfacf7efaeb5eaae5c5088 (patch)
tree818c2db4db95c0825d64ae2f474be4878a0727e7 /UPGRADE.txt
parentc5045a2326c13ef08d8335848ad2eb3316366673 (diff)
Some UPGRADE.txt comments to cover some enhancements added today.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70140 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index b4f800b39..64245a96a 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -57,6 +57,9 @@ CDR:
cdr_sqlite3_custom. It will potentially be removed from the tree
after Asterisk 1.6 is released.
+* The cdr_manager module has a [mappings] feature, like cdr_custom,
+ to add fields to the manager event from the CDR variables.
+
Formats:
* format_wav: The GAIN preprocessor definition and source code that used it
@@ -75,3 +78,7 @@ Channel Drivers:
user has not configured the automon feature, the normal "415 Unsupported media type"
is returned, and nothing is done.
+* chan_zap.c: In India, some carriers transmit CID via dtmf. Some code has been added
+ that will handle some situations. The cidstart=polarity_IN choice has been added for
+ those carriers that transmit CID via dtmf after a polarity change.
+