Module: sems Branch: rco/sbc_rtp_relay Commit: e6ce8e32c4962afef878334094eeaa107c8614b2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e6ce8e32c4962afef878334094eeaa107c8614b2
Author: Stefan Sayer <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Thu Jan 13 23:47:39 2011 +0100 sbc: RTP relay mode first version, wip. todo: - variable number of streams (now fixed to 3 - consumes many ports) - symmetric RTP - multi interfaces - optimization: parse SDP only once, pass AmSdp object with request event --- apps/sbc/SBC.cpp | 13 +++ apps/sbc/SBCCallProfile.cpp | 5 + apps/sbc/SBCCallProfile.h | 7 +- core/AmB2BSession.cpp | 252 ++++++++++++++++++++++++++++++++++++++++--- core/AmB2BSession.h | 34 ++++++- core/AmRtpStream.cpp | 90 +++++++++++++--- core/AmRtpStream.h | 26 +++++- 7 files changed, 392 insertions(+), 35 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=e6ce8e32c4962afef878334094eeaa107c8614b2 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
