Module: sems Branch: rco/multihomed Commit: 72eec33744703bf88c2d335d2e75dd229745fde1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=72eec33744703bf88c2d335d2e75dd229745fde1
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Thu Feb 3 15:07:52 2011 +0100 adds automatic transport selection for SIP messages. --- core/sip/sip_parser.cpp | 14 ++- core/sip/sip_parser.h | 4 + core/sip/sip_trans.cpp | 27 ++++- core/sip/sip_trans.h | 7 ++ core/sip/trans_layer.cpp | 267 +++++++++++++++++++++++++++++----------------- core/sip/trans_layer.h | 18 +-- core/sip/transport.cpp | 25 +++++ core/sip/transport.h | 6 + core/sip/udp_trsp.cpp | 1 + 9 files changed, 252 insertions(+), 117 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=72eec33744703bf88c2d335d2e75dd229745fde1 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
