aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 19:27:26 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 19:27:26 +0000
commitc2b2866b49ad8587959de5001451fcd06d82123d (patch)
treeb0189ada827e236d7b0171c788f0d2d8e356b744 /include/asterisk/rtp.h
parent29b08d4177783440ab270d038b205c7d029a742b (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: http://svn.digium.com/svn/asterisk/trunk@43437 f38db490-d61c-443f-a65b-d21fe96a405b
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);