Neseek77 / mconf

Automatically exported from code.google.com/p/mconf
0 stars 0 forks source link

Set a numeric voiceBridge for every room #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use a numeric "voiceBridge" param when creating a room.

From the BigBlueButton API documentation: "we recommend you always pass a 5 
digit voiceBridge parameter -- and have it begin with the digit '7' if you are 
using the default FreeSWITCH setup"

So the voiceBridge should have 5 digits, the first one being a '7' and the last 
ones can be taken from the meetingID (after implementing issue #38) or can be 
random (but unique).

Original issue reported on code.google.com by leonardo...@gmail.com on 12 Apr 2011 at 8:17

GoogleCodeExporter commented 9 years ago
We had problems in the Android client when the voiceBridge is not a numeric 
value. The VoIP client tries to connect to the server but fails with the 
message "Temporarily unavailable".

Original comment by leonardo...@gmail.com on 12 Apr 2011 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by leonardo...@gmail.com on 26 Apr 2011 at 2:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by leonardo...@gmail.com on 29 Apr 2011 at 3:17

GoogleCodeExporter commented 9 years ago
voice_bridge is now mandatory and should be unique.

The random voice_bridge value is generated when the room is initialized. Tries 
10 times to automatically generate a *unique* value. Uses the last one if all 
attempts failed.

Original comment by leonardo...@gmail.com on 29 Apr 2011 at 6:40