### Eclipse Workspace Patch 1.0
#P bbb2
Index: bbb.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/bbb/Attic/bbb.module,v
retrieving revision 1.4.2.9
diff -u -r1.4.2.9 bbb.module
--- bbb.module	23 Sep 2010 16:25:45 -0000	1.4.2.9
+++ bbb.module	12 Jan 2011 09:29:09 -0000
@@ -537,7 +537,7 @@
     'dialNumber'   => $dialNumber  ? $dialNumber  : NULL,
     // TODO: This is limited to 90000 voice bridges and may
     // collide sooner, as rand() may return x twice in a row
-    'voiceBridge'  => rand(10000, 99999),
+    'voiceBridge'  => rand(70000, 79999),
     'logoutURL'    => $logoutURL, //TODO: make absolute, as soon as supported
     'initialized'  => 0,
     'created'      => time(),
