aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/rtp.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-09 09:47:44 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-09 09:47:44 +0000
commit17480dc3e1b7ed0e0b4a1673e6c257708005018e (patch)
tree281dc522d9e283fb94496ba3224c78aab4ac5a4c /include/asterisk/rtp.h
parent4d60c4a7a3a181654c7d7c1b40c827368d94424f (diff)
Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33174 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/rtp.h')
-rw-r--r--include/asterisk/rtp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index b7be53a1c..3bd105169 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -182,7 +182,9 @@ void ast_rtp_proto_unregister(struct ast_rtp_protocol *proto);
int ast_rtp_make_compatible(struct ast_channel *dest, struct ast_channel *src, int media);
-int ast_rtp_early_media(struct ast_channel *dest, struct ast_channel *src);
+/*! \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);
void ast_rtp_stop(struct ast_rtp *rtp);