From f9b650779690f8adaa6370de05710d1daa5ca1ad Mon Sep 17 00:00:00 2001 From: "Dwayne M. Hubbard" Date: Thu, 4 Dec 2008 23:00:30 +0000 Subject: If 'faxdetect=yes' in sip.conf, switch to a 'fax' extension (if it exists) after T38 is negotiated. Terry Wilson created the original patch for this functionality, which I slightly modified and added the faxdetect=yes|no configuration option. This patch is only for T38 fax detection and does not do anything for G711 over SIP fax detection. By default, this option is disabled. Reviewboard: http://reviewboard.digium.com/r/69/ This functionality is for issue AST-140. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@161115 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/sip.conf.sample') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 8cc8366f4..8596bcd3e 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -403,6 +403,11 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; ; t38pt_udptl = yes ; Default false ; +; Fax Detect will cause the SIP channel to jump to the 'fax' extension (if it exists) +; after T.38 is successfully negotiated. +; +; faxdetect = yes ; Default false +; ;----------------------------------------- OUTBOUND SIP REGISTRATIONS ------------------------ ; Asterisk can register as a SIP user agent to a SIP proxy (provider) ; Format for the register statement is: -- cgit v1.2.3