From: Joshua Colp Date: Sun, 18 Feb 2007 19:09:29 +0000 (+0000) Subject: Update chan_h323 to new set_rtp_peer definition. X-Git-Tag: 1.6.0-beta1~3^2~3172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ebf3659aaf79d22713073524287991cb7a8c877;p=thirdparty%2Fasterisk.git Update chan_h323 to new set_rtp_peer definition. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55351 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 87d0fe0966..58964ee798 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -3163,7 +3163,7 @@ static char *convertcap(int cap) } } -static int oh323_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struct ast_rtp *vrtp, int codecs, int nat_active) +static int oh323_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struct ast_rtp *vrtp, struct ast_rtp *trtp, int codecs, int nat_active) { /* XXX Deal with Video */ struct oh323_pvt *pvt;