and some patches (all disclaimed).
- Don't change RTP properties if we reject a re-INVITE
- Don't add video to an outbound channel if there's no video on the inbound channel
- Don't include video in the "preferred codec" list for codec selection
- Clean up and document code that parses and adds SDP attachments
Since we do not transcode video, we can't handle video the same way as audio. This is a
bug fix patch. In future releases, we need to work on a solution for video negotiation,
not codecs but formats and framerates instead.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
*RTPsessionisdefinedonpage9ofRFC3550:"An association among a set of participants communicating with RTP. A participant may be involved in multiple RTP sessions at the same time [...]"
*RTPsessionisdefinedonpage9ofRFC3550:"An association among a set of participants communicating with RTP. A participant may be involved in multiple RTP sessions at the same time [...]"
*
*
*/
*/
/*! \brief The value of each payload format mapping: */
/*! \brief The value of each payload format mapping: */
structrtpPayloadType{
structrtpPayloadType{
intisAstFormat;/*!< whether the following code is an AST_FORMAT */
intisAstFormat;/*!< whether the following code is an AST_FORMAT */