
Data Fields | |
| int | capability |
| int | jointcapability |
| int | peercapability |
| enum t38state | state |
| struct ast_flags | t38support |
Definition at line 849 of file chan_sip.c.
| int capability |
Our T38 capability
Definition at line 851 of file chan_sip.c.
Referenced by add_t38_sdp(), create_addr_from_peer(), process_sdp(), sip_alloc(), and sip_call().
| int jointcapability |
Supported T38 capability at both ends
Definition at line 853 of file chan_sip.c.
Referenced by add_t38_sdp(), check_user_full(), create_addr_from_peer(), process_sdp(), sip_alloc(), sip_call(), and sip_handle_t38_reinvite().
| int peercapability |
Peers T38 capability
Definition at line 852 of file chan_sip.c.
Referenced by add_t38_sdp(), check_user_full(), process_sdp(), and sip_handle_t38_reinvite().
T.38 state
Definition at line 854 of file chan_sip.c.
Referenced by function_sipchaninfo_read(), handle_request_invite(), handle_response_invite(), process_sdp(), sip_answer(), sip_call(), sip_handle_t38_reinvite(), sip_new(), sip_read(), and transmit_invite().
struct ast_flags t38support [read] |
Flag for udptl, rtp or tcp support for this session
Definition at line 850 of file chan_sip.c.
Referenced by add_sdp(), sip_read(), and sip_rtp_read().
1.5.5