28 #if !defined(_SPANDSP_T30_LOGGING_H_) 29 #define _SPANDSP_T30_LOGGING_H_ 31 #if defined(__cplusplus) 56 #if defined(__cplusplus) Definition: private/t30.h:35
const char * t30_completion_code_to_str(int result)
Convert a phase E completion code to a short text description.
Definition: t30_logging.c:108
void t30_decode_dis_dtc_dcs(t30_state_t *s, const uint8_t *dis, int len)
Decode a DIS, DTC or DCS frame, and log the contents.
Definition: t30_logging.c:506
const char * t30_frametype(uint8_t x)
Return a text name for a T.30 frame type.
Definition: t30_logging.c:241