]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update chan_h323 to new set_rtp_peer definition.
authorJoshua Colp <jcolp@digium.com>
Sun, 18 Feb 2007 19:09:29 +0000 (19:09 +0000)
committerJoshua Colp <jcolp@digium.com>
Sun, 18 Feb 2007 19:09:29 +0000 (19:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55351 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_h323.c

index 87d0fe096650d73d2f5496e532ad5e884b3254d4..58964ee79815384503e244d2c767e49a12cb80a8 100644 (file)
@@ -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;