Skip to content
Snippets Groups Projects
Commit 25332552 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2623] Fix outgoing ip to ip calls, sdp parameters set using local address

parent 5d4e55e6
Branches
Tags
No related merge requests found
......@@ -1542,8 +1542,8 @@ bool SIPVoIPLink::new_ip_to_ip_call (const CallID& id, const std::string& to)
// Set the local address
localAddress = getInterfaceAddrFromName(account->getLocalInterface ());
// Set SDP parameters - Set to local or published address
account->isStunEnabled () ? addrSdp = account->getPublishedAddress () : localAddress;
// Set SDP parameters - Set to local
addrSdp = localAddress;
_debug ("new_ip_to_ip_call localAddress: %s", localAddress.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment