initial import of Asterisk SIP support for network security devices

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@7927 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-01-10 03:10:34 +00:00
parent a6bae85952
commit 69ac155838
5 changed files with 277 additions and 6 deletions

View File

@@ -100,6 +100,11 @@ void ast_rtp_get_peer(struct ast_rtp *rtp, struct sockaddr_in *them);
void ast_rtp_get_us(struct ast_rtp *rtp, struct sockaddr_in *us);
#ifdef MIDCOM
void ast_rtp_nat_us(struct ast_rtp *rtp, struct sockaddr_in *our_nat);
void ast_rtp_get_their_nat(struct ast_rtp *rtp, struct sockaddr_in *their_nat);
#endif
void ast_rtp_destroy(struct ast_rtp *rtp);
void ast_rtp_reset(struct ast_rtp *rtp);