-
- Downloads
sdp: Add support for T.38
This change adds a T.38 format which can be used in a stream topology to specify that a UDPTL stream needs to be created. The SDP API has been changed to understand T.38 and create the UDPTL session, add the attributes, and parse the attributes. This change does not change the boundary of the T.38 state machine. It is still up to the channel driver to implement and act on it (such as queueing control frames or reacting to them). ASTERISK-26949 Change-Id: If28956762ccb8ead562ac6c03d162d3d6014f2c7
Showing
- include/asterisk/format_cache.h 5 additions, 0 deletionsinclude/asterisk/format_cache.h
- include/asterisk/sdp_options.h 82 additions, 0 deletionsinclude/asterisk/sdp_options.h
- include/asterisk/sdp_state.h 21 additions, 0 deletionsinclude/asterisk/sdp_state.h
- main/codec_builtin.c 7 additions, 0 deletionsmain/codec_builtin.c
- main/format_cache.c 8 additions, 0 deletionsmain/format_cache.c
- main/sdp.c 42 additions, 19 deletionsmain/sdp.c
- main/sdp_options.c 4 additions, 0 deletionsmain/sdp_options.c
- main/sdp_private.h 4 additions, 0 deletionsmain/sdp_private.h
- main/sdp_state.c 413 additions, 26 deletionsmain/sdp_state.c
- tests/test_sdp.c 37 additions, 2 deletionstests/test_sdp.c
Loading
Please register or sign in to comment