Skip to content
Snippets Groups Projects
Commit 5a82b043 authored by Mark Spencer's avatar Mark Spencer
Browse files

Minor rtp fixup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1174 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c11f4d9d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment