Data Fields | |
int | capability |
unsigned int | direct:1 |
int | jointcapability |
int | peercapability |
enum t38state | state |
ast_flags | t38support |
Definition at line 1153 of file chan_sip.c.
int capability |
Our T38 capability
Definition at line 1155 of file chan_sip.c.
Referenced by add_sdp(), create_addr_from_peer(), process_sdp(), set_t38_capabilities(), and sip_call().
unsigned int direct |
Whether the T38 came from the initial invite or not
Definition at line 1159 of file chan_sip.c.
Referenced by change_t38_state().
int jointcapability |
Supported T38 capability at both ends
Definition at line 1157 of file chan_sip.c.
Referenced by add_sdp(), check_peer_ok(), create_addr_from_peer(), process_sdp(), and sip_call().
int peercapability |
Peers T38 capability
Definition at line 1156 of file chan_sip.c.
Referenced by add_sdp(), check_peer_ok(), and process_sdp().
T.38 state
Definition at line 1158 of file chan_sip.c.
Referenced by acf_channel_read(), change_t38_state(), check_pendings(), check_rtp_timeout(), function_sipchaninfo_read(), handle_request_invite(), handle_response_invite(), process_sdp(), sip_indicate(), sip_queryoption(), sip_read(), transmit_invite(), and transmit_response_with_sdp().
struct ast_flags t38support |
Flag for udptl, rtp or tcp support for this session
Definition at line 1154 of file chan_sip.c.
Referenced by add_sdp(), create_addr_from_peer(), sip_indicate(), sip_queryoption(), sip_read(), and sip_rtp_read().