- Genesys Cloud Version: Release 23.4
- Testing Tool: JMeter 5.6.2
- SIP Provider: Bandwidth
- Concurrent Users: 500
- Error Code: 408 Request Timeout / 401 Unauthorized
Could someone explain why the SIP registration process starts failing consistently when the concurrent agent count exceeds 300? The goal is to validate the trunk capacity for a peak hour scenario. The JMeter script sends REGISTER requests to the Genesys Cloud SIP endpoint using valid credentials derived from the API. Up to 250 users, the registration completes successfully, and the agents show as “Registered” in the admin console. However, once the thread group reaches 300 concurrent threads, the error rate spikes. The response from the Genesys Cloud SIP proxy changes from 200 OK to 408 Request Timeout. Occasionally, a 401 Unauthorized error appears, even though the credentials are correct and have not expired. The timeout seems to happen before the authentication header is fully processed. The network latency between the load generator and the Genesys Cloud edge is low, under 10ms. The SIP provider confirms that no rate limiting is applied on their side for these calls. The JMeter setup uses a steady-state ramp-up. Each thread waits for the 200 OK response before proceeding to the INVITE phase. The issue is reproducible every time the test is run. The logs show that the Genesys Cloud side is dropping the TCP connection abruptly. Is there a hidden limit on simultaneous SIP registration attempts per tenant or per trunk? The documentation mentions general concurrency limits for media, but nothing specific about the signaling phase for registration. The current configuration uses a single SIP trunk for all test agents. Splitting the load across multiple trunks is not an option for this specific test case. The team needs to know if this is a platform limitation or a configuration error in the SIP proxy settings. Any insights on how to tune the SIP timeout values or if there is a recommended pattern for handling high-volume registration bursts would be helpful. The current approach blocks the entire test suite.