[asterisk-commits] oej: branch oej/pinequality-manager-qos-reports-1.4 r240765 - /team/oej/pineq...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 18 04:51:21 CST 2010
Author: oej
Date: Mon Jan 18 04:51:19 2010
New Revision: 240765
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240765
Log:
Revert some changes
Modified:
team/oej/pinequality-manager-qos-reports-1.4/include/asterisk/rtp.h
Modified: team/oej/pinequality-manager-qos-reports-1.4/include/asterisk/rtp.h
URL: http://svnview.digium.com/svn/asterisk/team/oej/pinequality-manager-qos-reports-1.4/include/asterisk/rtp.h?view=diff&rev=240765&r1=240764&r2=240765
==============================================================================
--- team/oej/pinequality-manager-qos-reports-1.4/include/asterisk/rtp.h (original)
+++ team/oej/pinequality-manager-qos-reports-1.4/include/asterisk/rtp.h Mon Jan 18 04:51:19 2010
@@ -64,7 +64,6 @@
};
struct ast_rtp;
-struct ast_rtp_quality;
struct ast_rtp_protocol {
/*! Get RTP struct, or NULL if unwilling to transfer */
@@ -74,8 +73,6 @@
/*! Set RTP peer */
int (* const set_rtp_peer)(struct ast_channel *chan, struct ast_rtp *peer, struct ast_rtp *vpeer, int codecs, int nat_active);
int (* const get_codec)(struct ast_channel *chan);
- /*! RTCP callback */
- int (* const rtcpcallback)(struct ast_rtp_quality *qualityreport);
const char * const type;
AST_LIST_ENTRY(ast_rtp_protocol) list;
};
More information about the asterisk-commits
mailing list