mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33174 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
rtp.c
2
rtp.c
@@ -1274,7 +1274,7 @@ static struct ast_rtp_protocol *get_proto(struct ast_channel *chan)
|
||||
return cur;
|
||||
}
|
||||
|
||||
int ast_rtp_early_media(struct ast_channel *dest, struct ast_channel *src)
|
||||
int ast_rtp_early_bridge(struct ast_channel *dest, struct ast_channel *src)
|
||||
{
|
||||
struct ast_rtp *destp, *srcp=NULL; /* Audio RTP Channels */
|
||||
struct ast_rtp *vdestp, *vsrcp=NULL; /* Video RTP channels */
|
||||
|
||||
Reference in New Issue
Block a user