[Asterisk-cvs] asterisk/include/asterisk rtp.h,1.20,1.21
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Tue Apr 5 18:42:13 CDT 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv10575/include/asterisk
Modified Files:
rtp.h
Log Message:
report non-codec capabilities in 'sip debug' properly (bug #3960)
Index: rtp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/rtp.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- rtp.h 4 Mar 2005 06:47:24 -0000 1.20
+++ rtp.h 5 Apr 2005 23:34:56 -0000 1.21
@@ -104,6 +104,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