Module: sems Branch: master Commit: 50727c62387760cd926bea8bf8221f589da78f4b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=50727c62387760cd926bea8bf8221f589da78f4b
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Wed Apr 11 15:55:02 2012 +0200 core: merged next_hop_ip and next_hop_port parameters into next_hop Additionally, the next_hop parameter now supports either a hostname, or a list of IP/port pairs which will be tried successively if timer M expires (see sip_timers.h). --- apps/sbc/SBC.cpp | 6 +- apps/sbc/SBCCallProfile.cpp | 21 ++--- apps/sbc/SBCCallProfile.h | 5 +- apps/sbc/call_control/ctl/CCCtl.cpp | 3 +- apps/sbc/call_control/rest/RestModule.cpp | 3 +- core/AmConfig.cpp | 11 +-- core/AmConfig.h | 6 +- core/AmSipDialog.cpp | 18 +++-- core/AmSipDialog.h | 3 +- core/SipCtrlInterface.cpp | 5 +- core/SipCtrlInterface.h | 3 +- core/sip/parse_next_hop.cpp | 132 +++++++++++++++++++++++++++ core/sip/parse_next_hop.h | 18 ++++ core/sip/resolver.cpp | 137 ++++++++++++++++++++--------- core/sip/resolver.h | 49 +++++++++-- core/sip/trans_layer.cpp | 52 +++++++++--- core/sip/trans_layer.h | 2 +- 17 files changed, 361 insertions(+), 113 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=50727c62387760cd926bea8bf8221f589da78f4b _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
