From 74c17a0cbe7fffc27f4f4bd4b100702596fc7d6c Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 19 Jan 2011 19:14:52 +0100 Subject: [PATCH] b/f: use next_hop_ip/next_hop_port for 200 ACK --- core/AmSipDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index 3554ee60..464c3b18 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);