span_log(&s->logging,SPAN_LOG_FLOW,"Type %s - CRC OK, sig end (%s)\n",(fe->hdlc_rx.len>=3)?t30_frametype(fe->hdlc_rx.buf[2]):"???",(fe->rx_data_missing)?"missing octets":"clean");
if(data_type==T38_DATA_V21)
...
...
@@ -568,49 +577,60 @@ static int process_rx_data(t38_core_state_t *t, void *user_data, int data_type,
span_log(&s->logging,SPAN_LOG_FLOW,"Type %s - CRC bad, sig end (%s)\n",(fe->hdlc_rx.len>=3)?t30_frametype(fe->hdlc_rx.buf[2]):"???",(fe->rx_data_missing)?"missing octets":"clean");
span_log(&s->logging,SPAN_LOG_FLOW,"Type %s - CRC OK, sig end (%s)\n",(fe->hdlc_rx.len>=3)?t30_frametype(fe->hdlc_rx.buf[2]):"???",(fe->rx_data_missing)?"missing octets":"clean");
span_log(&s->logging,SPAN_LOG_FLOW,"Type %s - CRC bad, sig end (%s)\n",(fe->hdlc_rx.len>=3)?t30_frametype(fe->hdlc_rx.buf[2]):"???",(fe->rx_data_missing)?"missing octets":"clean");