Make RTP handle codecs (first pass)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-27 04:18:46 +00:00
parent fc7593e594
commit cf57ba2310
6 changed files with 59 additions and 35 deletions

View File

@@ -1776,7 +1776,7 @@ static char *convertcap(int cap)
}
static int oh323_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struct ast_rtp *vrtp)
static int oh323_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struct ast_rtp *vrtp, int codecs)
{
/* XXX Deal with Video */
struct oh323_pvt *p;