mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
I missed a place when this define was changed.
(closes issue #12334) Reported by: ovi Patches: 12334-asterisk.patch uploaded by dimas (license 88) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112071 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2282,7 +2282,7 @@ static struct chan_usbradio_pvt *store_config(struct ast_config *cfg, char *ctg)
|
||||
o->lastopen = ast_tvnow(); /* don't leave it 0 or tvdiff may wrap */
|
||||
o->dsp = ast_dsp_new();
|
||||
if (o->dsp) {
|
||||
ast_dsp_set_features(o->dsp, DSP_FEATURE_DTMF_DETECT);
|
||||
ast_dsp_set_features(o->dsp, DSP_FEATURE_DIGIT_DETECT);
|
||||
ast_dsp_set_digitmode(o->dsp, DSP_DIGITMODE_DTMF | DSP_DIGITMODE_MUTECONF | DSP_DIGITMODE_RELAXDTMF);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user