| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <frame.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 | 
| enum ast_control_t38 | request_response | 
| unsigned int | transcoding_jbig:1 | 
| unsigned int | transcoding_mmr:1 | 
| unsigned int | version | 
Definition at line 398 of file include/asterisk/frame.h.
| unsigned int fill_bit_removal | 
Set if fill bit removal can be used
Definition at line 404 of file include/asterisk/frame.h.
Referenced by t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
| unsigned int max_ifp | 
Maximum IFP size supported
Definition at line 401 of file include/asterisk/frame.h.
Referenced by onModeChanged(), ooh323_indicate(), setup_udptl_connection(), t38_change_state(), t38_interpret_parameters(), t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
| enum ast_control_t38_rate rate | 
Maximum fax rate supported
Definition at line 402 of file include/asterisk/frame.h.
Referenced by onModeChanged(), ooh323_indicate(), setup_udptl_connection(), 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 403 of file include/asterisk/frame.h.
Referenced by t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
| enum ast_control_t38 request_response | 
Request or response of the T38 control frame
Definition at line 399 of file include/asterisk/frame.h.
Referenced by ast_frame_subclass2str(), AST_TEST_DEFINE(), ast_unreal_indicate(), bridge_channel_internal_join(), bridge_channel_settle_owed_events(), bridge_channel_write_frame(), chan_pjsip_indicate(), close_udptl_connection(), disable_t38(), fax_detect_framehook(), fax_gateway_detect_t38(), fax_gateway_request_t38(), generic_fax_exec(), indicate_data_internal(), native_rtp_bridge_write(), onModeChanged(), ooh323_indicate(), receivefax_t38_init(), sendfax_t38_init(), set_fax_t38_caps(), setup_udptl_connection(), simple_bridge_write(), t38_change_state(), t38_framehook(), t38_interpret_parameters(), and unreal_queue_indicate().
| unsigned int transcoding_jbig | 
Set if JBIG transcoding can be used
Definition at line 406 of file include/asterisk/frame.h.
Referenced by 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 405 of file include/asterisk/frame.h.
Referenced by t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().
| unsigned int version | 
Supported T.38 version
Definition at line 400 of file include/asterisk/frame.h.
Referenced by ParsingContext::next(), onModeChanged(), t38_parameters_ast_to_fax(), and t38_parameters_fax_to_ast().