Comment #4 on issue 2354 by alexander.kozlov.IV:
B2buaHelper.createResponseToOriginalRequest() does not set different To tag
to created response.
http://code.google.com/p/mobicents/issues/detail?id=2354
I looked one more time, and I found
DEBUG Mobicents-SIP-Servlets-UDPMessageChannelThread-6
org.mobicents.servlet.sip.core.dispatchers.ResponseDispatcher.dispatchMessage(ResponseDispatcher.java:123)
- application data is null, it means that this is a forked response, please
enable stack property support for it through
gov.nist.javax.sip.MAX_FORK_TIME_SECONDS
So, why is it equals to zero by default ?
When I set it to 60, I got all responses as expected...
Is it safe to change this value to non-zero ?