From e10f0824018c10dc319ae9aaee13d681a1bfaa40 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Wed, 19 Sep 2007 09:48:33 +0000 Subject: Merged revisions 83023-83024 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r83023 | crichter | 2007-09-19 11:31:55 +0200 (Mi, 19 Sep 2007) | 1 line added 'astdtmf' option to allow configuring the asterisk dtmf detector instead of the mISDN_dsp ones. also added the patch from irroot #10190, so that dtmf tones detected by the asterisk detector are passed outofband to asterisk, to make any use of dtmf tones at all. ........ r83024 | crichter | 2007-09-19 11:32:42 +0200 (Mi, 19 Sep 2007) | 1 line removed comment which violates the coding guidelines. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83025 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/misdn_config.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'channels/misdn_config.c') diff --git a/channels/misdn_config.c b/channels/misdn_config.c index 008f0f6e4..6a68bfb1a 100644 --- a/channels/misdn_config.c +++ b/channels/misdn_config.c @@ -231,6 +231,10 @@ static const struct misdn_cfg_spec port_spec[] = { "\tinstead." }, { "senddtmf", MISDN_CFG_SENDDTMF, MISDN_CTYPE_BOOL, "no", NONE, "Enable this if we should produce DTMF Tones ourselves." }, + { "astdtmf", MISDN_CFG_ASTDTMF, MISDN_CTYPE_BOOL, "no", NONE, + "Enable this if you want to use the Asterisk dtmf detector\n" + "instead of the mISDN_dsp/hfcmulti one." + }, { "hold_allowed", MISDN_CFG_HOLD_ALLOWED, MISDN_CTYPE_BOOL, "no", NONE, "Enable this to have support for hold and retrieve." }, { "early_bconnect", MISDN_CFG_EARLY_BCONNECT, MISDN_CTYPE_BOOL, "yes", NONE, -- cgit v1.2.3