]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 234008 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Wed, 9 Dec 2009 23:16:09 +0000 (23:16 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 9 Dec 2009 23:16:09 +0000 (23:16 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r234008 | russell | 2009-12-09 17:13:28 -0600 (Wed, 09 Dec 2009) | 5 lines

  Fix up the faxdetect entry in CHANGES.

  This feature was listed as a 1.6.2 feature, even though it's in all 1.6.X
  versions.  The description of the feature was also no longer accurate.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@234009 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES

diff --git a/CHANGES b/CHANGES
index b1773f0670cb3185b3736d64e08a5759f82fc3cb..0ad412f7af0a2f196b7ea7affb27b2d524f3d5b6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -143,6 +143,10 @@ CLI Changes
 
 SIP changes
 -----------
+ * Added a new 'faxdetect=yes|no' configuration option to sip.conf.  When this
+    option is enabled, Asterisk will watch for a CNG tone in the incoming audio
+    for a received call.  If it is detected, the channel will jump to the 
+    'fax' extension in the dialplan.
   * Improved NAT and STUN support.
      chan_sip now can use port numbers in bindaddr, externip and externhost
      options, as well as contact a STUN server to detect its external address