How many simultaneous calls can OPAL handle?
The short answer is that it depends on your application, and the amount of CPU you have. A more precise answer is that without any modification, a standard OPAL application on Linux that handles both signalling and media will hit the per-process file handle limit at about 80 simultaneous calls. By increasing the per-process file handle limit to 16384 (using “ulimit”) the maximum call density is around 1300 calls. If the calls always use H.245 tunnelling, this will increase to 110 and 1800. If the calls are signalling only, the limits are 330 and 5400. The limits on Windows are around 1000 calls regardless of the call type. An OPAL application can increase these limits further by enabling signalling aggregation. This feature is not yet available on OPAL.