28 #if !defined(_SPANDSP_T35_H_) 29 #define _SPANDSP_T35_H_ 39 #if defined(__cplusplus) 70 SPAN_DECLARE(
const char *) t35_vendor_to_str(
const uint8_t *msg,
int len);
88 SPAN_DECLARE(
int)
t35_decode(
const uint8_t *msg,
int len,
const char **country,
const char **vendor,
const char **model);
90 #if defined(__cplusplus) const char * t35_country_code_to_str(int country_code, int country_code_extension)
Decode a T.35 country code to a country name.
Definition: t35.c:853
const char * t35_real_country_code_to_str(int country_code, int country_code_extension)
Decode a T.35 country code to a country name, with bit reversal resolution.
Definition: t35.c:843
int t35_real_country_code(int country_code, int country_code_extension)
Resolve a T.35 country code with bit reversal resolution.
Definition: t35.c:791
int t35_decode(const uint8_t *msg, int len, const char **country, const char **vendor, const char **model)
Decode an NSF field.
Definition: t35.c:909