Module: sems Branch: master Commit: 406238f3931ca82355c364a4eca3355e7f536850 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=406238f3931ca82355c364a4eca3355e7f536850
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 | 265 +++++++++++++++++++++++++++++----------------- 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, 251 insertions(+), 116 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=406238f3931ca82355c364a4eca3355e7f536850 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
