28 #if !defined(_SPANDSP_T30_LOGGING_H_) 29 #define _SPANDSP_T30_LOGGING_H_ 31 #if defined(__cplusplus) 62 #if defined(__cplusplus) const char * t30_completion_code_to_str(int result)
Convert a phase E completion code to a short text description.
Definition: t30_logging.c:117
const char * t30_modem_to_str(int modem)
Convert a T.30 modem type to a short text description.
Definition: t30_logging.c:251
Definition: private/logging.h:33
const char * t30_frametype(uint8_t x)
Return a text name for a T.30 frame type.
Definition: t30_logging.c:281
void t30_log_dis_dtc_dcs(logging_state_t *s, const uint8_t *dis, int len)
Decode a DIS, DTC or DCS frame, and log the contents.
Definition: t30_logging.c:556