mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 08:31:02 +00:00
general: Fix various typos.
ASTERISK-30089 #close Change-Id: I1f5db911fd05a3a211c522c13e990fa1d0e62275
This commit is contained in:
committed by
George Joseph
parent
4cbe12d6d1
commit
bcc18ca9f5
@@ -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
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user