Asterisk - The Open Source Telephony Project
18.5.0
|
#include <res_fax.h>
Data Fields | |
unsigned int | fill_bit_removal:1 |
unsigned int | max_ifp |
enum ast_control_t38_rate | rate |
enum ast_control_t38_rate_management | rate_management |
unsigned int | transcoding_jbig:1 |
unsigned int | transcoding_mmr:1 |
unsigned int | version |
unsigned int fill_bit_removal |
Set if fill bit removal can be used
Definition at line 97 of file res_fax.h.
Referenced by spandsp_fax_gateway_start(), spandsp_fax_start(), t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
unsigned int max_ifp |
Maximum IFP size supported
Definition at line 94 of file res_fax.h.
Referenced by spandsp_fax_gateway_start(), spandsp_fax_start(), t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
enum ast_control_t38_rate rate |
Maximum fax rate supported
Definition at line 95 of file res_fax.h.
Referenced by t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
enum ast_control_t38_rate_management rate_management |
Rate management setting
Definition at line 96 of file res_fax.h.
Referenced by spandsp_fax_gateway_start(), t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
unsigned int transcoding_jbig |
Set if JBIG transcoding can be used
Definition at line 99 of file res_fax.h.
Referenced by spandsp_fax_gateway_start(), spandsp_fax_start(), t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
unsigned int transcoding_mmr |
Set if MMR transcoding can be used
Definition at line 98 of file res_fax.h.
Referenced by spandsp_fax_gateway_start(), spandsp_fax_start(), t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
unsigned int version |
Supported T.38 version
Definition at line 93 of file res_fax.h.
Referenced by ParsingContext::next(), spandsp_fax_gateway_start(), t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().