summaryrefslogtreecommitdiff
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-09-21 19:27:26 +0000
committerJoshua Colp <jcolp@digium.com>2006-09-21 19:27:26 +0000
commit1c764935f25d29e95c06ff283e24f9060ca1c3c5 (patch)
treeb0189ada827e236d7b0171c788f0d2d8e356b744 /include/asterisk/rtp.h
parent19b22887cada75f86d4bf21883defc6d022718cf (diff)
SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43437 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/rtp.h')
-rw-r--r--include/asterisk/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index c332159ec..03f204453 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -196,7 +196,7 @@ int ast_rtp_make_compatible(struct ast_channel *dest, struct ast_channel *src, i
/*! \brief If possible, create an early bridge directly between the devices without
having to send a re-invite later */
-int ast_rtp_early_bridge(struct ast_channel *dest, struct ast_channel *src);
+int ast_rtp_early_bridge(struct ast_channel *c0, struct ast_channel *c1);
void ast_rtp_stop(struct ast_rtp *rtp);