summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-06-30 18:22:28 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-06-30 18:22:28 +0000
commit0f0956e67a86222298a06a01bf5f19e0bc219283 (patch)
tree2fe2a4f50430e0ba19e13a213fd366e4dcef8ba6 /CHANGES
parent82d28452cac71a9ad1948714d541c96e96a8e7b4 (diff)
Fax gateway functionality (i.e. translating between a T.30 terminal and a T.38
terminal). Can be enabled on a channel by setting FAXOPT(gateway)=yes in the dialplan. Big thanks to irroot for porting this code to use the framehooks api. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@325816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2dcc9b5e2..53d495749 100644
--- a/CHANGES
+++ b/CHANGES
@@ -150,6 +150,16 @@ pbx_lua
stopped and restarted using the autoservice_stop() and autoservice_start()
functions.
+res_fax
+--------------------------
+ * The ReceiveFAXStatus and SendFAXStatus manager events have been consolidated
+ into a FAXStatus event with an 'Operation' header that will be either
+ 'send', 'receive', and 'gateway'.
+ * T.38 gateway functionality has been added to res_fax (and res_fax_spandsp).
+ Set FAXOPT(gateway)=yes to enable this functionality on a channel. This
+ feature will handle converting a fax call between an audio T.30 fax terminal
+ and an IFP T.38 fax terminal.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ----------------
------------------------------------------------------------------------------