mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 20:38:59 +00:00
Minor rtp fixup
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1174 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
1
rtp.c
1
rtp.c
@@ -1208,6 +1208,7 @@ int ast_rtp_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags, st
|
|||||||
}
|
}
|
||||||
to = -1;
|
to = -1;
|
||||||
ast_rtp_get_peer(p1, &t1);
|
ast_rtp_get_peer(p1, &t1);
|
||||||
|
ast_rtp_get_peer(p0, &t0);
|
||||||
if (vp1)
|
if (vp1)
|
||||||
ast_rtp_get_peer(vp1, &vt1);
|
ast_rtp_get_peer(vp1, &vt1);
|
||||||
if (vp0)
|
if (vp0)
|
||||||
|
|||||||
Reference in New Issue
Block a user