aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-18 19:09:29 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-18 19:09:29 +0000
commit8adf5e3aa6a02ee824d0797956dd4bcb633ca54f (patch)
tree0923cf9e7a5e229df07279ed82f213af14db86c2
parent10462527f938a59129389416d7efb2994c64a305 (diff)
Update chan_h323 to new set_rtp_peer definition.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55351 f38db490-d61c-443f-a65b-d21fe96a405b
-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;