aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-09 23:16:59 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-09 23:16:59 +0000
commit72eb4be808ce91b65d8eaa65427331226528150b (patch)
treed36adc8896a10aac26bf71101de16d8f35c5b6e4 /CHANGES
parent9576d2c79c19ceb43301be6348b47cb728bf2cf9 (diff)
Merged revisions 234008 via svnmerge from
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: http://svn.digium.com/svn/asterisk/branches/1.6.1@234010 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d456895b..56972d44b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -365,6 +365,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