aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 f6f26e942..501068987 100644
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -180,6 +180,8 @@ char *ast_rtp_lookup_mime_multiple(char *buf, size_t size, const int capability,
void ast_rtp_setnat(struct ast_rtp *rtp, int nat);
+int ast_rtp_getnat(struct ast_rtp *rtp);
+
/*! \brief Indicate whether this RTP session is carrying DTMF or not */
void ast_rtp_setdtmf(struct ast_rtp *rtp, int dtmf);