summaryrefslogtreecommitdiff
path: root/configs/chan_ooh323.conf.sample
diff options
context:
space:
mode:
authorAlexandr Anikin <may@telecom-service.ru>2011-07-10 01:37:58 +0000
committerAlexandr Anikin <may@telecom-service.ru>2011-07-10 01:37:58 +0000
commitfe084047ee351519965250f96b0783b8b7375531 (patch)
tree9c89a08bf2e391e0500e65969ed507eb5ebbe858 /configs/chan_ooh323.conf.sample
parenta41b88cee2d339057333a17491232750cec0d9a1 (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@327359 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/chan_ooh323.conf.sample')
-rw-r--r--configs/chan_ooh323.conf.sample12
1 files changed, 12 insertions, 0 deletions
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
; ------------------ -------------------