From c611b5cf37ec4b788e56e4a954bc4d5efd351b34 Mon Sep 17 00:00:00 2001 From: may Date: Sun, 10 Jul 2011 01:37:58 +0000 Subject: Full T.38 handshaking and fax detection Add full t.38 handshaking for OOH323 that are required for newest T.38 gateway codes. Add fax detection (cng tone, t38) and dialplan redirection to fax ext on fax event detected. Add OOH323() function to set/get t38support and faxdetect parameters. (closes issue ASTERISK-17754) Reported by: irroot Patches: ooh323_faxdetect.patch uploaded by irroot (license 52) issue19183-final.patch uploaded by may213 (license 454) Tested by: may213, irroot Review: https://reviewboard.asterisk.org/r/1174/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@327359 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/chan_ooh323.conf.sample | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configs') diff --git a/configs/chan_ooh323.conf.sample b/configs/chan_ooh323.conf.sample index 8dbdafc73..20ccf73ec 100644 --- a/configs/chan_ooh323.conf.sample +++ b/configs/chan_ooh323.conf.sample @@ -122,6 +122,18 @@ dtmfmode=rfc2833 ; ;roundtrip=x,y +; +; FAX detection will cause the OOH323 channel to jump to the 'fax' extension (if it exists) +; based one or more events being detected. The events that can be detected are an incoming +; CNG tone or an incoming T.38 RequestMode packet +; +; yes - enable both detection (CNG & T.38) +; no - disable both +; cng - enable CNG detection (default) +; t38 - enable T.38 request detection +; +faxdetect = cng + ; User/peer/friend definitions: ; User config options Peer config options ; ------------------ ------------------- -- cgit v1.2.3