mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user