Module: sems Branch: master Commit: 74c17a0cbe7fffc27f4f4bd4b100702596fc7d6c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=74c17a0cbe7fffc27f4f4bd4b100702596fc7d6c
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Jan 19 19:14:52 2011 +0100 b/f: use next_hop_ip/next_hop_port for 200 ACK --- core/AmSipDialog.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index 3554ee6..464c3b1 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -993,7 +993,7 @@ int AmSipDialog::send_200_ack(const AmSipTransaction& t, req.body = body; } - if (SipCtrlInterface::send(req)) + if (SipCtrlInterface::send(req, next_hop_ip, next_hop_port)) return -1; uac_trans.erase(t.cseq); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
