From f1f477c3636e358d7ee1726aa207d7efd4296161 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 11 May 2006 14:56:52 +0000 Subject: 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 --- include/asterisk/rtp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/rtp.h') 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); -- cgit v1.2.3