summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-05-11 14:56:52 +0000
committerMark Spencer <markster@digium.com>2006-05-11 14:56:52 +0000
commitc696006923ffbf8c82620e41a0db3e7d5bb957de (patch)
tree9f4f4ec7486282227ca35f5e4dc30f47e8a69d09 /include
parent87e909476d8b2dfbc92c85b78ae854d275604571 (diff)
Go ahead and merge STUN mods for RTP in preparation for some STUN
support in SIP. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26920 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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);