Re: [OpenSIPStack] Question Regarding opening the RTP sockets in openSBC.
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2007-08-21 05:31:59
|
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. |