summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2009-11-23 15:45:45 +0000
committerJoshua Colp <jcolp@digium.com>2009-11-23 15:45:45 +0000
commit60e10aba46b8d5379935bb85c112340b1b1443e3 (patch)
tree1ecc64b6e8fb0a5cd3210274f826f0a274ce0fc5 /configs/sip.conf.sample
parentfe1ebc8d46c21621bf8a09fd816f25e345d8b5b6 (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: https://origsvn.digium.com/svn/asterisk/trunk@230881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/sip.conf.sample')
-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
;