aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-11 14:56:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-11 14:56:52 +0000
commitf1f477c3636e358d7ee1726aa207d7efd4296161 (patch)
tree9f4f4ec7486282227ca35f5e4dc30f47e8a69d09 /include
parent6ea16a1ecc05ce9719d288da9fa688f17aa34dad (diff)
Go ahead and merge STUN mods for RTP in preparation for some STUN
support in SIP. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26920 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/rtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index 1dc133cd4..7235639f1 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -106,6 +106,8 @@ void ast_rtp_destroy(struct ast_rtp *rtp);
void ast_rtp_reset(struct ast_rtp *rtp);
+void ast_rtp_stun_request(struct ast_rtp *rtp, struct sockaddr_in *suggestion, const char *username);
+
void ast_rtp_set_callback(struct ast_rtp *rtp, ast_rtp_callback callback);
void ast_rtp_set_data(struct ast_rtp *rtp, void *data);