Good day.
We've checked your server and strongly recommend you to do the following:
1. Update WCS to latest build from this page. Now you have an outdated test version that is not intended for production use
2. Increase server RAM to allocate more Java heap memory for WCS. Now, you have default setting
and GC works every 2-3 second, it means not enough memory for Java heap in your usage scenario
3. Set up all your SIP switches to support telephone-event codec and send it in SIP SDP. Now, when WCS send SIP INVITE to switch, it responds 200 OK with SDP not containing telephone-event. This behaviour is not related to SDP fragmentation, so it is not necessary to adjust WCS codecs setttings.
We've checked your server and strongly recommend you to do the following:
1. Update WCS to latest build from this page. Now you have an outdated test version that is not intended for production use
2. Increase server RAM to allocate more Java heap memory for WCS. Now, you have default setting
Code:
-Xmx1024M
3. Set up all your SIP switches to support telephone-event codec and send it in SIP SDP. Now, when WCS send SIP INVITE to switch, it responds 200 OK with SDP not containing telephone-event. This behaviour is not related to SDP fragmentation, so it is not necessary to adjust WCS codecs setttings.