aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-23 15:45:45 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-23 15:45:45 +0000
commit637beb5d89682aeb18ada31d0307f6658567a01b (patch)
tree1ecc64b6e8fb0a5cd3210274f826f0a274ce0fc5 /configs
parent7fd651a24fbdce34845f0e93f9ca246b4c6773bf (diff)
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/trunk@230881 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 c42f9abf7..af3012a7a 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -552,7 +552,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
;