From 637beb5d89682aeb18ada31d0307f6658567a01b Mon Sep 17 00:00:00 2001 From: file Date: Mon, 23 Nov 2009 15:45:45 +0000 Subject: 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 --- configs/sip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/sip.conf.sample') 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 ; -- cgit v1.2.3