提交 52435978 authored 作者: Steve Underwood's avatar Steve Underwood

Step FAX modem type on sending CTC.

上级 419a2a61
...@@ -3133,8 +3133,9 @@ static void process_rx_ppr(t30_state_t *s, const uint8_t *msg, int len) ...@@ -3133,8 +3133,9 @@ static void process_rx_ppr(t30_state_t *s, const uint8_t *msg, int len)
/* Continue to correct? */ /* Continue to correct? */
/* Continue only if we have been making progress */ /* Continue only if we have been making progress */
s->ppr_count = 0; s->ppr_count = 0;
if (s->ecm_progress) if (s->ecm_progress && fallback_sequence[s->current_fallback + 1].bit_rate)
{ {
s->current_fallback++;
s->ecm_progress = 0; s->ecm_progress = 0;
queue_phase(s, T30_PHASE_D_TX); queue_phase(s, T30_PHASE_D_TX);
set_state(s, T30_STATE_IV_CTC); set_state(s, T30_STATE_IV_CTC);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论