Data Fields | |
int | capability |
unsigned int | direct:1 |
int | jointcapability |
int | peercapability |
enum t38state | state |
ast_flags | t38support |
Definition at line 886 of file chan_sip.c.
int capability |
Our T38 capability
Definition at line 888 of file chan_sip.c.
Referenced by add_sdp(), create_addr_from_peer(), process_sdp(), process_sdp_a_image(), and sip_call().
unsigned int direct |
Whether the T38 came from the initial invite or not
Definition at line 892 of file chan_sip.c.
Referenced by process_sdp(), and sip_write().
int jointcapability |
Supported T38 capability at both ends
Definition at line 890 of file chan_sip.c.
Referenced by add_sdp(), create_addr_from_peer(), process_sdp(), process_sdp_a_image(), sip_call(), and sip_handle_t38_reinvite().
int peercapability |
Peers T38 capability
Definition at line 889 of file chan_sip.c.
Referenced by add_sdp(), process_sdp(), process_sdp_a_image(), and sip_handle_t38_reinvite().
T.38 state
Definition at line 891 of file chan_sip.c.
Referenced by function_sipchaninfo_read(), handle_request_invite(), handle_response_invite(), process_sdp(), sip_handle_t38_reinvite(), sip_read(), sip_write(), transmit_invite(), and transmit_response_with_sdp().
struct ast_flags t38support |
Flag for udptl, rtp or tcp support for this session
Definition at line 887 of file chan_sip.c.
Referenced by add_sdp(), sip_read(), and sip_rtp_read().