Re: [OpenSIPStack] Question Regarding opening the RTP sockets in openSBC.
Brought to you by:
joegenbaclor
From: Ashish K. <ash...@gm...> - 2007-08-21 05:39:16
|
Hi Joegen, Thanks for the reply. But if this is the case, then concurrent media sessions is not restricted to the maximun number of threads the system / machine can have. How can we scale the system to accomodate lets say 1 million subscriber which can lead to 1 million media sessions concurrently? Thanks, Ashish On 8/21/07, Joegen E. Baclor <joe...@gm...> wrote: > > Ashish Khare wrote: > > Hi, > > > > I have a question regarding the opening of RTP sockets in the openSBC. > > When openSBC recieved the INVITE request, it creates the new rtp/rtcp > > sockets for that leg in the new thread. > > Similarly when openSBC sends the outgoing INVITE in the same Call > > session, it creates another new rtp/rtcp sockets for the call leg 2 in > > the new thread instance. > > So altogether 2 threads are there for one call between 2 parties to > > handle RTP/RTCP packets. > > Then if there are N * 2 subscribers are talking to each other, then it > > means there are N * 2 threads handling the RTP streams. > > is my understanding correct? > > > > > yes. > |