[Asterisk-cvs] asterisk/include/asterisk rtp.h,1.16,1.16.2.1
russell at lists.digium.com
russell at lists.digium.com
Fri Jun 24 17:52:35 CDT 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv30474/include/asterisk
Modified Files:
Tag: v1-0
rtp.h
Log Message:
print non-codec capabilities correctly (bug #3960)
Index: rtp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/rtp.h,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- rtp.h 26 Aug 2004 04:56:26 -0000 1.16
+++ rtp.h 24 Jun 2005 21:53:02 -0000 1.16.2.1
@@ -97,6 +97,9 @@
// 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);
More information about the svn-commits
mailing list