Hi, <br><br>Does anyone know how I can create a new venue with static addressing using python commandline? <br><br>Basically what I wish to achieve is smiliar to the following actions on the Venue Server GUI:<br>1) &quot;Add&quot; a new Venue<br>
2) &quot;Generate New Addresses&quot; and static addressing<br><br>Currently I have a python code that has the following codes to create a new venue:<br><br>newRoomDescription = VenueDescription( roomName, roomDescription, ( encryptMedia, encryptKey) )<br>
venueServer = VenueServerIW( serverURL )<br>newVenue = venueServer.AddVenue( newRoomDescription )<br><br>The above works just fine. But I am unsure on how I can create with static addressing and generating the new addresses.<br>
<br>Any advise?<br><br>Thanks :-)<br><br>Cheers<br>lest<br>