summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-03-12 21:37:40 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-03-12 21:37:40 +0000
commita3a8aa65475bd71900f8a7630bab3ab52fb5bbc0 (patch)
tree6bd0208666f9683244cf60547cff5ad43e020e62 /CHANGES
parenta96b50580c3b14b6dbbb73ac4a6cb44cbf978702 (diff)
add support for named sections in zapata.conf, and fix a few bugs in config file parsing
(closes issue #9503) Reported by: tzafrir Patches: fix_cleanups uploaded by tzafrir (license 46) zapata_sections uploaded by tzafrir (license 46) skipchannel_options uploaded by tzafrir (license 46) conf_sample uploaded by tzafrir (license 46) patches updated by me to better conform to coding guidelines and fix some problems git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@108286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 427c378d1..d30f4d154 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@ Dialplan Functions
* Added a new dialplan function, AST_CONFIG(), which allows you to access
variables from an Asterisk configuration file.
+Zaptel channel driver (chan_zap) Changes
+----------------------------------------
+ * Channels can now be configured using named sections in zapata.conf, just
+ like other channel drivers, including the use of templates.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.4.X to Asterisk 1.6.0 -------------
------------------------------------------------------------------------------