aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-23 15:48:54 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-23 15:48:54 +0000
commit0a1fcaeef40f7fbe80235d48941d9363f4d3c811 (patch)
treea388ebee686fab36a553b942733e3564253ac509 /configs
parent41521c90c4079daa54b54752fbb6334ab61d4220 (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.2@230884 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 8ada4d706..37dc005fc 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -468,7 +468,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
;