Go to the source code of this file.
Defines | |
#define | _SPANDSP_T38_TERMINAL_H_ |
#define | T38_MAX_HDLC_LEN 260 |
Typedefs | |
typedef t38_terminal_state_s | t38_terminal_state_t |
Functions | |
SPAN_DECLARE (int) t38_terminal_send_timeout(t38_terminal_state_t *s | |
Release a V.8 context. | |
SPAN_DECLARE (void) t38_terminal_set_config(t38_terminal_state_t *s | |
Cleanup a T.30 context if the call terminates. | |
SPAN_DECLARE (t30_state_t *) t38_terminal_get_t30_state(t38_terminal_state_t *s) | |
Get a pointer to the T.30 engine associated with a T.38 context. | |
SPAN_DECLARE (t38_core_state_t *) t38_terminal_get_t38_core_state(t38_terminal_state_t *s) | |
Get a pointer to the T.38 core IFP packet engine associated with a T.38 context. | |
SPAN_DECLARE (logging_state_t *) t38_terminal_get_logging_state(t38_terminal_state_t *s) | |
Get a pointer to the logging context associated with a T.38 context. | |
SPAN_DECLARE (t38_terminal_state_t *) t38_terminal_init(t38_terminal_state_t *s | |
Initialise a termination mode T.38 context. | |
Variables | |
int | samples |
int | without_pacing |
int | use_tep |
int | remove |
int | calling_party |
int t38_tx_packet_handler_t * | tx_packet_handler |
int t38_tx_packet_handler_t void * | tx_packet_user_data |
|
Initialise a termination mode T.38 context.
|
|
Get a pointer to the logging context associated with a T.38 context. Get a pointer to the logging context associated with a FAX context.
|
|
Get a pointer to the T.38 core IFP packet engine associated with a T.38 context. Get a pointer to the T.38 core IFP packet engine associated with a gateway mode T.38 context.
|
|
Get a pointer to the T.30 engine associated with a T.38 context. Initialise a T.30 context.
|
|
Cleanup a T.30 context if the call terminates. Select whether the time for talker echo protection tone will be allowed for when sending.
|
|
Release a V.8 context. Release a termination mode T.38 context.
|