RestComm / load-balancer

RestComm Converged (SIP/HTTP/WebSockets/SMPP) Load Balancer
http://www.restcomm.com/
GNU Affero General Public License v3.0
26 stars 31 forks source link

Outgoing UDP Req-URI modified by LB #123

Closed croufay closed 7 years ago

croufay commented 7 years ago

outgoing request from server over UDP with Req-URI in the form sip:user@host:port was transformed into sip:user@host:port;transport=udp. This caused application failure on the other side, which is doing a lookup based on the exact URI value, and is not expecting a transport parameter.

For both issues, @kostyantyn.nosach suggested to set "terminateTlsTraffic=false" and "internalTransport=tcp" as a workaround. This resulted in: