-
- Downloads
sdp: Add support for setting connection address and clean up state.
This change cleans up state management for media streams by moving RTP instances into their own session structure and adding additional details that are not relevant to the core (such as connection address). These can live either in the local capabilities or joint capabilities. The ability to set explicit connection address information for the purposes of direct media and NAT has also been added at the global and stream specific level. ASTERISK-26900 Change-Id: If7e5307239a9534420732de11c451a2705b6b681
Showing
- include/asterisk/sdp.h 5 additions, 5 deletionsinclude/asterisk/sdp.h
- include/asterisk/sdp_options.h 0 additions, 20 deletionsinclude/asterisk/sdp_options.h
- include/asterisk/sdp_state.h 86 additions, 0 deletionsinclude/asterisk/sdp_state.h
- main/sdp.c 14 additions, 79 deletionsmain/sdp.c
- main/sdp_options.c 0 additions, 1 deletionmain/sdp_options.c
- main/sdp_state.c 287 additions, 15 deletionsmain/sdp_state.c
Loading
Please register or sign in to comment