Module: sems Branch: sayer/sbc_rtp_relay Commit: 656401230fc113c6d74f8e875f90392de103e4b1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=656401230fc113c6d74f8e875f90392de103e4b1
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[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 | 111 +++++++++++++++----- core/AmRtpStream.h | 26 +++++- 7 files changed, 403 insertions(+), 45 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=656401230fc113c6d74f8e875f90392de103e4b1 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
