summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-04-05 23:34:56 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-04-05 23:34:56 +0000
commitc7c20f8656c0fdc3b26b6d2281be71af0626ec35 (patch)
treea2305eba9473a2b024b26cedd866d2c82d544b3b /include
parent45c92426e36b940112def4ad448b577fc26d7de4 (diff)
report non-codec capabilities in 'sip debug' properly (bug #3960)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5416 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/rtp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/rtp.h b/include/asterisk/rtp.h
index 03ac68f03..c2a6d5472 100755
--- a/include/asterisk/rtp.h
+++ b/include/asterisk/rtp.h
@@ -104,6 +104,9 @@ void ast_rtp_get_current_formats(struct ast_rtp* rtp,
/* Mapping an Asterisk code into a MIME subtype (string): */
char* ast_rtp_lookup_mime_subtype(int isAstFormat, int code);
+/* Build a string of MIME subtype names from a capability list */
+char *ast_rtp_lookup_mime_multiple(char *buf, int size, const int capability, const int isAstFormat);
+
void ast_rtp_setnat(struct ast_rtp *rtp, int nat);
int ast_rtp_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags, struct ast_frame **fo, struct ast_channel **rc);