aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-13 04:22:35 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-13 04:22:35 +0000
commit01f6911d4a307b66ee955ad6c09a54c05ac27fa6 (patch)
tree9a8b11d4c60984cf81fc4e5d39116330a9e7e483 /CHANGES
parent9e0c2cd34267d935666e5b908e1cbadb71ebbb5d (diff)
add 'faxbuffers' configuration option information to CHANGES
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@175475 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 50a56b73f..e8fb6146a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -59,6 +59,13 @@ DAHDI Changes
-------------
* The UK option waitfordialtone has been added for use with BT analog
lines.
+ * Added a 'faxbuffers' configuration option to chan_dahdi.conf. This option
+ is used in conjunction with the 'faxdetect' configuration option. When
+ 'faxbuffers' is used and fax tones are detected, the channel will dynamically
+ switch to the configured faxbuffers policy. For example, to use 6 buffers
+ and a 'full' buffer policy for a fax transmission, add:
+ faxbuffers=>6,full
+ The faxbuffers configuration will be in affect until the call is torn down.
Dialplan Functions
------------------