28#if !defined(_SPANDSP_T35_H_)
29#define _SPANDSP_T35_H_
39#if defined(__cplusplus)
70SPAN_DECLARE(
const char *) t35_vendor_to_str(
const uint8_t *msg,
int len);
88SPAN_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
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
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
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