summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-02-18 19:09:29 +0000
committerJoshua Colp <jcolp@digium.com>2007-02-18 19:09:29 +0000
commit8ebf3659aaf79d22713073524287991cb7a8c877 (patch)
tree0923cf9e7a5e229df07279ed82f213af14db86c2 /channels/chan_h323.c
parent4561b7a83b1c3a373a25b17e012cc562d89e04df (diff)
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
Diffstat (limited to 'channels/chan_h323.c')
-rw-r--r--channels/chan_h323.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index 87d0fe096..58964ee79 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;