general: Fix various typos.

ASTERISK-30089 #close

Change-Id: I1f5db911fd05a3a211c522c13e990fa1d0e62275
This commit is contained in:
Naveen Albert
2022-06-01 00:49:12 +00:00
committed by George Joseph
parent 4cbe12d6d1
commit bcc18ca9f5
16 changed files with 30 additions and 30 deletions

View File

@@ -26,7 +26,7 @@
*
* \note This module only handles audio streams today, but can easily be appended to also
* zero out text streams if there's an application for it.
* When we know and understands what happens if we zero out video, we can do that too.
* When we know and understand what happens if we zero out video, we can do that too.
*/
/*** MODULEINFO

View File

@@ -902,7 +902,7 @@ static int scan_exec(struct ast_channel *chan, const char *data)
}
ast_dsp_set_features(dsp, features);
/* all modems begin negotiating with Bell 103. An answering modem just sends mark tone, or 2225 Hz */
ast_dsp_set_freqmode(dsp, 2225, 400, 16, 0); /* this needs to be pretty short, or the progress tones code will thing this is voice */
ast_dsp_set_freqmode(dsp, 2225, 400, 16, 0); /* this needs to be pretty short, or the progress tones code will think this is voice */
if (fax) { /* fax detect uses same tone detect internals as modem and causes things to not work as intended, so use a separate DSP if needed. */
ast_dsp_set_features(dsp2, DSP_FEATURE_FAX_DETECT); /* fax tone */