Sebastian Gabris | 18 Aug 2006 14:33
Picon

max. concurrent calls

Hi all,

i'm new to siproxd and would like to know how much concurrent calls does siproxd  support.

Thanks in advance :-)

Best regards,

Sebastian Gabris
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000071

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Thomas Ries | 19 Aug 2006 01:14
Picon

Re: max. concurrent calls


It Depends.

First thing is, you need a sufficient large port range defined for RTP
streams. Each stream requires 2 ports. The default values of
  rtp_port_low  = 7070
  rtp_port_high = 7089
would limit to 10 simulatneous RTP media streams (= 10 audio-only phone
calls, 5 audio+video calls, you get the picture).

Second, in siproxd.h are some constant values that are used for static
array sizing:

URLMAP_SIZE   (128)	max. number of clients that can be masqueraded
RTPPROXY_SIZE (256)	max number of RTP datastreams

Third, performance. Currently there is (to my knowledge) no experience
available.

/Thomas

On 18 Aug, Sebastian Gabris wrote:
> Hi all,
> 
> i'm new to siproxd and would like to know how much concurrent calls does siproxd  support.
> 
> Thanks in advance :-)
> 
> Best regards,
> 
(Continue reading)

Sebastian Gabris | 19 Aug 2006 17:17
Picon

Re: max. concurrent calls

Hi,

thanks for your answer Thomas. I will take a closer look at your programm.

By the way do you speak german?

Best regards,

Sebastian

> -----Ursprüngliche Nachricht-----
> Von: Siproxd-users <siproxd-users@...>
> Gesendet: 19.08.06 01:14:47
> An: Siproxd-users <siproxd-users@...>
> Betreff: Re: [Siproxd-users] max. concurrent calls

> 
> It Depends.
> 
> First thing is, you need a sufficient large port range defined for RTP
> streams. Each stream requires 2 ports. The default values of
>   rtp_port_low  = 7070
>   rtp_port_high = 7089
> would limit to 10 simulatneous RTP media streams (= 10 audio-only phone
> calls, 5 audio+video calls, you get the picture).
> 
> Second, in siproxd.h are some constant values that are used for static
> array sizing:
> 
> URLMAP_SIZE   (128)	max. number of clients that can be masqueraded
(Continue reading)

Thomas Ries | 20 Aug 2006 10:49
Picon

Re: max. concurrent calls


Ja, ich spreche auch Deutsch. Ich leben in der Schweiz.

/Thomas

On 19 Aug, Sebastian Gabris wrote:
> Hi,
> 
> thanks for your answer Thomas. I will take a closer look at your programm.
> 
> By the way do you speak german?
> 
> Best regards,
> 
> Sebastian
> 
> 
>> -----Ursprüngliche Nachricht-----
>> Von: Siproxd-users <siproxd-users@...>
>> Gesendet: 19.08.06 01:14:47
>> An: Siproxd-users <siproxd-users@...>
>> Betreff: Re: [Siproxd-users] max. concurrent calls
> 
> 
>> 
>> It Depends.
>> 
>> First thing is, you need a sufficient large port range defined for RTP
>> streams. Each stream requires 2 ports. The default values of
>>   rtp_port_low  = 7070
(Continue reading)


Gmane