David R.
David R.

Reputation: 31

MSS 4.0.21 doesn't proxy CANCEL request

I tested Mobicents (RestComm) Sip-Servlet (v 4.0.21) in proxy mode. Request "CANCEL" sent from UAC to UAS via Proxy Server (Apache Tomcat 8.0 + MSS 4.0.21) is not forwarded to UAS. The Sip-Servlet just returns 200 Cancelling to UAC and calls proxy.cancelAllExcept.

What could be reason of such behavior?

Thanks, David

Upvotes: 1

Views: 67

Answers (1)

David R.
David R.

Reputation: 31

The problem was somewhere related with ipAddress in SIP Connector section of server.xml. It was 0.0.0.0. As soon as I put IP4 returned by ipconfig the sip-servlet behavior became as expected.

Upvotes: 1

Related Questions