mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Whitespace.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@234940 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1404,7 +1404,7 @@ struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp,
|
|||||||
|
|
||||||
if (dsp->features & DSP_FEATURE_BUSY_DETECT) {
|
if (dsp->features & DSP_FEATURE_BUSY_DETECT) {
|
||||||
/* Reset Busy Detector as we have some confirmed activity */
|
/* Reset Busy Detector as we have some confirmed activity */
|
||||||
memset(dsp->historicsilence, 0, sizeof(dsp->historicsilence));
|
memset(dsp->historicsilence, 0, sizeof(dsp->historicsilence));
|
||||||
memset(dsp->historicnoise, 0, sizeof(dsp->historicnoise));
|
memset(dsp->historicnoise, 0, sizeof(dsp->historicnoise));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user