macielbombonato / bigbluebutton

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

problem with phone component #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.start a conference (ex 85115)
2. click on headset icon
3. nothing appends

What is the expected output? What do you see instead?
flash window to enable microphone
(video mode works)

What version of the product are you using? On what operating system?
ubuntu 9.04
latest version of BBB

Please provide any additional information below.
see below red5 log :
2009-11-05 11:31:30,866 [http-8088-exec-3] ERROR
o.r.server.service.ServiceInvoker - Method open with parameters
[1257417659167, user1] not found in
org.red5.server.webapp.sip.Application@148555

NB : all is working fine except this functionality
zoiper connection works

thanks for your help

Original issue reported on code.google.com by julien.b...@gmail.com on 5 Nov 2009 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 10 Nov 2009 at 6:23

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 11 Nov 2009 at 2:08

GoogleCodeExporter commented 9 years ago
same happens to me

Original comment by xpa...@gmail.com on 18 Nov 2009 at 6:59

GoogleCodeExporter commented 9 years ago
Richard is currently pulling apart the red5phone, refactoring, and putting it 
back 
together to get a better handle on the architecture and stability, so things 
will stop 
working for a bit in trunk with voice.

You can expect things to start working again soon; shouldn't be long.

Original comment by ffdixon@gmail.com on 19 Nov 2009 at 12:10

GoogleCodeExporter commented 9 years ago
the phone problem is fixed with the 0.62
but now I have a problem with upload (IO Error) !

Original comment by julien.b...@gmail.com on 19 Nov 2009 at 8:23

GoogleCodeExporter commented 9 years ago
It's likely a problem with permissions in the /var/bigbluebutton directory.  
Try the 
following command

chmod -R o+rw /var/bigbluebutton

When running BigBlueButton Web (bbb-web) using tomcat, the effective users is 
tomcat6.  If you switch to running bbb-web in a user account, it will try 
writing to 
/var/bigbluebutton as a the user (such as firstuser) and will not have 
permissions.

For development, the above chmod command will open permissions to 
/var/bigbluebutton 
so everyone can write.

This question isn't really related to the original issue.  In the future, if 
you 
could post new questions to bigbluebutton-dev, then we can answer them there, 
everyone can see them, and we can open a new issue if needed.

Original comment by ffdixon@gmail.com on 19 Nov 2009 at 1:20

GoogleCodeExporter commented 9 years ago
I have same or similar issue as the original post.

error.log in the red5 directory:
2009-11-23 01:55:07,552 [NioProcessor-1] ERROR 
o.r.server.service.ServiceInvoker - 
Method open with parameters [1258934210583, Tamas] not found in 
org.red5.server.webapp.sip.Application@3a3e21

(CentOS; BBB 0.62)

Could you please provide some information what could I do until the new release 
(0.63) will be done? The voice/VoIP part has been worked for 2 weeks, then once 
I 
restarted the red5 this problem occurred. Although I restarted all services 
already 5 
times, same error occurs. 
Thank you for the answer and for this professional and great opensource project.

Original comment by tamas.fi...@gmail.com on 23 Nov 2009 at 12:10

GoogleCodeExporter commented 9 years ago
Forget my last comment.

Under red5/webapps I had other java webapps with sip related settings which 
caused the 
chaos.

Original comment by tamas.fi...@gmail.com on 24 Nov 2009 at 1:07

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 7 Dec 2009 at 7:24