|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| struct { | |
| struct ast_sip_session_sdp_handler * first | |
| struct ast_sip_session_sdp_handler * last | |
| } | list |
| char | stream_type [1] |
These are the objects in the sdp_handlers container
Definition at line 98 of file res_pjsip_session.c.
| struct ast_sip_session_sdp_handler* first |
Definition at line 100 of file res_pjsip_session.c.
| struct ast_sip_session_sdp_handler* last |
Definition at line 100 of file res_pjsip_session.c.
| struct { ... } list |
Referenced by remove_handler(), and stream_destroy().
| char stream_type[1] |
Definition at line 102 of file res_pjsip_session.c.
Referenced by remove_handler(), sdp_handler_list_cmp(), and sdp_handler_list_hash().
1.8.13