Module: sems Branch: master Commit: 9e8a861bbb136ebc4cc0d47f4f861f35de300455 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9e8a861bbb136ebc4cc0d47f4f861f35de300455
Author: Václav Kubart <[email protected]> Committer: Václav Kubart <[email protected]> Date: Mon Apr 23 15:03:15 2012 +0200 b/f: transcoder: reusing payload IDs of transcodable codecs from SDP offer When adding transcoder codecs into SDP answer try to use their IDs from SDP offer. Though it should work with newly assigned IDs it doesn't. This code is just approximation - offer/answer is not detected properly and payload IDs are remembered for longer than just offer/answer exchange but it should work. It doesn't matter if we assign such or another payload IDs as long as they are not already in use. --- apps/sbc/SBC.cpp | 133 ++++++++++++++++++++++++++++++++++++------- apps/sbc/SBC.h | 22 +++++++- apps/sbc/SBCCallProfile.cpp | 2 - core/AmB2BSession.cpp | 62 ++++++++++++-------- core/AmB2BSession.h | 7 ++- 5 files changed, 174 insertions(+), 52 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=9e8a861bbb136ebc4cc0d47f4f861f35de300455 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
