Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
authorOlle Johansson <oej@edvina.net>
Tue, 6 Jun 2006 16:09:33 +0000 (16:09 +0000)
committerOlle Johansson <oej@edvina.net>
Tue, 6 Jun 2006 16:09:33 +0000 (16:09 +0000)
commit479181951aa3bda736546fdf39c5e6f5afce25d4
treeb849a5c247c05d8e052b854defc2526e0f341a64
parent016034115edda9b107447f638b18517c8b38ff9c
Merge ... the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
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
channel.c
channels/chan_sip.c
frame.c
include/asterisk/rtp.h
include/asterisk/translate.h
rtp.c