How many Channels (Simultaneous calls ) Supported?

Please post requests related to the sipsorcery library to the GitHub repo https://github.com/sipsorcery/sipsorcery/issues.
Locked
siva
Posts: 4
Joined: Sat Mar 04, 2017 10:31 am

How many Channels (Simultaneous calls ) Supported?

Post by siva » Wed Mar 15, 2017 6:30 pm

Does your SIP library in C# restrict any simultaneous calls ? How many Channels (Simultaneous calls ) Supported?

Thanks,
Siva

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: How many Channels (Simultaneous calls ) Supported?

Post by Aaron » Sun Mar 19, 2017 10:20 am

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.

Locked