mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 01:36:48 +00:00
Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.
This was very misleading. Early cleanup for issue #11968 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1053,7 +1053,7 @@ static struct ast_channel *__oh323_new(struct oh323_pvt *pvt, int state, const c
|
||||
/* Allocate dsp for in-band DTMF support */
|
||||
if (pvt->options.dtmfmode & H323_DTMF_INBAND) {
|
||||
pvt->vad = ast_dsp_new();
|
||||
ast_dsp_set_features(pvt->vad, DSP_FEATURE_DTMF_DETECT);
|
||||
ast_dsp_set_features(pvt->vad, DSP_FEATURE_DIGIT_DETECT);
|
||||
}
|
||||
/* Register channel functions. */
|
||||
ch->tech_pvt = pvt;
|
||||
|
Reference in New Issue
Block a user