cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1046
Views
0
Helpful
2
Replies

ERROR CcSetup failed - no streams available

gonatienza
Level 1
Level 1

Hi there,

Im seeing this error on some traces when trying to add phones to a meet me conference (more than 30 participants).

On service parameters the participants limit for meet me conferences is more than 100.  The IPVMS limit for each server is the default of 48 streams.

Having an MRG assigned to the phone which has much more than one CFB, the attempt of joining the conference fails when the 48 streams from the first CFB from the list are used.

11/25/2010 16:44:39.912 CCM|UnicastBridgeControl::allocateStream - Device Name=CFB_BLZ, StreamAvailable=0 StreamUsed=48 MaxStreams=48|<CLID::StandAloneCluster><NID::166.40.246.21><CT::7,100,39,1.452468215><IP::166.41.205.105><DEV::SEP00070E6D5FE4><LVL::Special><MASK::1000>

11/25/2010 16:44:39.912 CCM|UnicastBridgeControl::allocateStream - Device Name=CFB_BLZ, StreamAvailable=0 StreamUsed=48 MaxStreams=48|<CLID::StandAloneCluster><NID::166.40.246.21><CT::7,100,39,1.452468215><IP::166.41.205.105><DEV::SEP00070E6D5FE4><LVL::Special><MASK::1000>

11/25/2010 16:44:39.912 CCM|UnicastBridgeControl - ERROR  CcSetup failed - no streams available -- Ci = 121017196, ConferenceId= 117445904, Cdpn=b00703221016|

11/25/2010 16:44:39.913 CCM|ConnectionManager - wait_AuDisconnectRequest ERROR:NO ENTRY FOUND IN TABLE,CI(121017194,121017196),dcType=1,IFCreated(0,0),PID(0-0,0-0),IFHandling(0,0),MCNode(0,0)|<CLID::StandAloneCluster><NID::166.40.246.21><CT::7,100,39,1.452468215><IP::166.41.205.105><DEV::SEP00070E6D5FE4><LVL::Error><MASK::0800>

How come its not jumping to the next CFB from the list?  Am I missing something?
On RTMT, monitoring performance, all the other CFBs have available streams to use...
I am attaching the trace file which has this call if someone wants to look at it...  Meet me number is 32822.
Thanks!

1 Accepted Solution

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

A single conference call will only use a single bridge. Your debug shows this because it is only attempting to allocate a stream from the already-allocated bridge resource. It is not searching the MRGL for other bridges to use.

If you want to exceed it's capacity you will need to link two calls together manually using an ad-hoc conference. To be honest for this type of scale you should be using MeetingPlace; this is way beyond what MeetMe was intended to be used for.

View solution in original post

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

A single conference call will only use a single bridge. Your debug shows this because it is only attempting to allocate a stream from the already-allocated bridge resource. It is not searching the MRGL for other bridges to use.

If you want to exceed it's capacity you will need to link two calls together manually using an ad-hoc conference. To be honest for this type of scale you should be using MeetingPlace; this is way beyond what MeetMe was intended to be used for.

OK.

Thanks pal.