b/f: use next_hop_ip/next_hop_port for 200 ACK

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent d3964460a7
commit 74c17a0cbe

@ -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);

Loading…
Cancel
Save