Page 1 of 1

How many Channels (Simultaneous calls ) Supported?

Posted: Wed Mar 15, 2017 6:30 pm
by siva
Does your SIP library in C# restrict any simultaneous calls ? How many Channels (Simultaneous calls ) Supported?

Thanks,
Siva

Re: How many Channels (Simultaneous calls ) Supported?

Posted: Sun Mar 19, 2017 10:20 am
by Aaron
There is no restriction on simultaneous calls if you're talking about the SIP stack.

Some of the example code, such as the softphone app, use a crude RTP stack and while it doesn't have a hard limit it's likely to chew up a bit of CPU so there will be a limit depending on the CPU and memory available.