aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-19 21:58:51 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-19 21:58:51 +0000
commit098aa6708bc63978aefe73f159dedf703931fccf (patch)
tree61ed8e507b51200e58ef76bcafafc01b645b2b80 /CHANGES
parent543ba3164ece43eb47dfacf7efaeb5eaae5c5088 (diff)
Moved those comments from UPGRADE.txt to CHANGES. Ooops.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70141 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3b13b8f0..62c223d3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -180,6 +180,9 @@ Miscellaneous
* Added 'C' option to Meetme which causes a caller to continue in the dialplan
when kicked out.
* Brazilian Portuguese (pt-BR) in VM, and say.c was added via patch from cfassoni.
+ * 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.
* CID matching information is now shown when doing 'dialplan show'.
* Added maxfiles option to options section of asterisk.conf which allows you to specify
what Asterisk should set as the maximum number of open files when it loads.
@@ -194,6 +197,8 @@ Miscellaneous
* SMDI is now enabled in voicemail using the smdienable option.
* Added zap show version CLI command to chan_zap.
* Added a new CDR module, cdr_sqlite3_custom.
+ * The cdr_manager module has a [mappings] feature, like cdr_custom,
+ to add fields to the manager event from the CDR variables.
* Added a new realtime configuration module, res_config_sqlite
* Added a new dialplan application, Bridge, which allows you to bridge the
calling channel to any other active channel on the system.