aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-23 15:47:54 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-23 15:47:54 +0000
commit5afbe9f79b19c9ee0d4bf900bc434dd4a272719e (patch)
treea256e80a0cf4d1cd8854f4fc6cb8ad1515cf31de /configs
parentef3e8cb97385f8ba0cf6e7465159984d1d94636c (diff)
Merged revisions 230881 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r230881 | file | 2009-11-23 09:45:45 -0600 (Mon, 23 Nov 2009) | 7 lines Change fax detection in chan_sip so it behaves as one would expect. Internally the way T.38 is negotiated has changed and the option no longer reflects a behavior that is valid. It will now look for a CNG tone on received calls and if present send the call to the 'fax' extension. It is then up to the application or channel to request the switch over to T.38. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@230883 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index c435180b3..29d2d0c46 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -460,7 +460,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; ; send 400 byte T.38 FAX packets to it.
;
; FAX detection will cause the SIP channel to jump to the 'fax' extension (if it exists)
-; after T.38 is successfully negotiated.
+; when a CNG tone is detected on an incoming call.
;
; faxdetect = yes ; Default false
;