mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Rename very poorly named function to reflect what it actually does. This was causing quite a bit of confusion for me...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1513,7 +1513,7 @@ static struct ast_channel *mgcp_new(struct mgcp_subchannel *sub, int state)
|
||||
i->dsp = ast_dsp_new();
|
||||
ast_dsp_set_features(i->dsp,DSP_FEATURE_DTMF_DETECT);
|
||||
/* this is to prevent clipping of dtmf tones during dsp processing */
|
||||
ast_dsp_digitmode(i->dsp, DSP_DIGITMODE_NOQUELCH);
|
||||
ast_dsp_set_digitmode(i->dsp, DSP_DIGITMODE_NOQUELCH);
|
||||
} else {
|
||||
i->dsp = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user