summaryrefslogtreecommitdiff
path: root/rtp.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-06-09 09:47:44 +0000
committerOlle Johansson <oej@edvina.net>2006-06-09 09:47:44 +0000
commit9f5aa13142006f51f9ac5bf98ca98ebc97d69e82 (patch)
tree281dc522d9e283fb94496ba3224c78aab4ac5a4c /rtp.c
parentce10b34ca68c02cd0ed647ef5cea964bbe79232e (diff)
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
Diffstat (limited to 'rtp.c')
-rw-r--r--rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtp.c b/rtp.c
index 829137492..642c8954e 100644
--- a/rtp.c
+++ b/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 */