Module: sems Branch: master Commit: f86ac8e0ffd930576ab0fd0055c832cdbca34cc0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=f86ac8e0ffd930576ab0fd0055c832cdbca34cc0
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Oct 27 21:50:00 2010 +0200 initial checkin of the sbc module The SBC application is a highly flexible high-performance Back-to-Back User Agent (B2BUA). It can be employed for a variety of uses, for example topology hiding, From/To modification, enforcing SIP Session Timers, identity change, SIP authentication. Future uses include accounting, call timers, RTP call bridging, transcoding, call distribution. --- apps/sbc/CMakeLists.txt | 6 + apps/sbc/HeaderFilter.cpp | 178 +++++++ apps/sbc/HeaderFilter.h | 41 ++ apps/sbc/Makefile | 7 + apps/sbc/SBC.cpp | 762 ++++++++++++++++++++++++++++++ apps/sbc/SBC.h | 174 +++++++ apps/sbc/etc/auth_b2b.sbcprofile.conf | 76 +++ apps/sbc/etc/sbc.conf | 51 ++ apps/sbc/etc/sbc.conf.cmake | 39 ++ apps/sbc/etc/sst_b2b.sbcprofile.conf | 53 ++ apps/sbc/etc/transparent.sbcprofile.conf | 29 ++ doc/Readme.auth_b2b.txt | 8 + doc/Readme.sbc.txt | 157 ++++++ doc/Readme.sst_b2b.txt | 29 +- 14 files changed, 1599 insertions(+), 11 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=f86ac8e0ffd930576ab0fd0055c832cdbca34cc0 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
