Hi Jeremy: The portMin and portMax options are not used for VenueServer sections in the config file. You can specify portMin and portMax in the BridgeServer section to have it apply generally, and then specify particular ranges for individual venues.
If you run into any problems with this, let us know. Tom On 4/18/06 10:41 AM, Jeremy Mann wrote: > I need someone to tell me if I can do this with the Bridge server. I have > several Venues that I want to hardcode the unicast port, the rest I want > to let the BridgeServer assign. In my BridgeServer config file I have: > > #the main venueserver > [https://ag1.v19.uthscsa.edu:8000/VenueServer] > portMin = 30024 > portMax = 30050 > type = VenueServer > > # Lobby > [https://ag1.v19.uthscsa.edu:8000/Venues/00000108b4cfc7360081006f004500a71d3] > portMin = 30000 > portMax = 30002 > type = Venue > > and the rest of the rooms I want to assign.... > > When I restarted the bridgeserver it didn't use the ports I assigned. Am I > missing someething? > >