mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-12 01:52:38 +00:00
Make DTMF mode configurable on ISDN
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -69,7 +69,18 @@ mode=immediate
|
||||
; number.
|
||||
;outgoingmsn=50780023,50780024
|
||||
;
|
||||
|
||||
; Set DTMF-detection/generation mode to:
|
||||
; asterisk: Let Asterisk do inband detection (default)
|
||||
; i4l: Use the inband detection made by ISDN4Linux
|
||||
; none: Don't detect inband DTMF
|
||||
; both: Transmit using both in-band and out of band (generation only)
|
||||
;
|
||||
; You may specify either one mode, or the detection/generation mode
|
||||
; individually separated by a '/'.
|
||||
;
|
||||
;dtmfmode=asterisk ; Detect using Asterisk
|
||||
;dtmfmode=asterisk/both ; Detect using Asterisk, generate w/ both
|
||||
; two other devices, which are in group '1' and are used when an
|
||||
; outgoing dial used: exten => s,1,Dial,Modem/g1:1234|60|r
|
||||
; (we do not need more outgoing devices, since ISDN2 has only 2 channels.)
|
||||
|
||||
Reference in New Issue
Block a user