aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-11 21:51:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-11 21:51:06 +0000
commit9d32c22d82a584fc6e42d446622e556f65cc0c04 (patch)
tree8b4708e2db7fe03a8882332387e89df00ce8a3f5 /rtp.c
parentc9dc7123bab2000945fbb2b577ba99dea3ff9f29 (diff)
Minor rtp fixup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1174 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'rtp.c')
-rwxr-xr-xrtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtp.c b/rtp.c
index 48d6f85cc..3004be70a 100755
--- a/rtp.c
+++ b/rtp.c
@@ -1208,6 +1208,7 @@ int ast_rtp_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags, st
}
to = -1;
ast_rtp_get_peer(p1, &t1);
+ ast_rtp_get_peer(p0, &t0);
if (vp1)
ast_rtp_get_peer(vp1, &vt1);
if (vp0)