macielbombonato / bigbluebutton

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

Unable to join the voice conference when joining as Φανή Βοϊκου #935

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Got to BigBlueButton demo
2.  Login as Φανή Βοϊκου
3.  Click the headset icon

Expected to join the voice conference, but no entries appear in the listener's 
window.

Original issue reported on code.google.com by ffdixon@gmail.com on 12 May 2011 at 12:00

GoogleCodeExporter commented 9 years ago
Other names that have problems:

"Eιρήνη Νάρη" and "Σέβη Πεφάνη" ... might be a pattern with 
10 character names?

Original comment by ffdixon@gmail.com on 12 May 2011 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 17 Jul 2011 at 8:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I believe it is not related to the number of characters the name has. I've 
found that the "invisible space" character ALT-255 also creates this problem, 
all by itself.

Original comment by andresgl...@gmail.com on 18 Jul 2011 at 2:47

GoogleCodeExporter commented 9 years ago
The name screws up the SDP which inserts a NEWLINE.

=====
2011-12-14 21:57:05,573 [NioProcessor-15] DEBUG o.b.voiceconf.sip.CallAgent - 
localSession Descriptor = v=0
o=178-Φανή_ÎοÏκοÏ
 0 0 IN IP4 192.168.0.235
s=Session SIP/SDP
c=IN IP4 192.168.0.235
t=0 0
m=audio 15007 RTP/AVP 100 8 18 0 111
a=rtpmap:100 SPEEX/16000/1
a=rtpmap:8 PCMA/8000/1
a=rtpmap:18 G729/8000/1
a=fmtp:18 annexb=no
a=rtpmap:0 PCMU/8000/1
a=rtpmap:111 ILBC/8000/1
a=fmtp:111 mode=30
a=ptime:20
=====

We have to encode the names properly.

Original comment by ritza...@gmail.com on 14 Dec 2011 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by ritza...@gmail.com on 3 Jan 2012 at 6:03

GoogleCodeExporter commented 9 years ago
Fixed in 
https://github.com/bigbluebutton/bigbluebutton/commit/617823f2b25b3e48881578e7bc
e5662edf00bdb9

Original comment by ritza...@gmail.com on 3 Jan 2012 at 10:17

GoogleCodeExporter commented 9 years ago
i have a fairly basic question..
as a BBB beginner - where is this PhoneManager.as file located ?
i couldent fint it anywhere..

thanks
Omer

Original comment by ohame...@gmail.com on 3 Feb 2012 at 3:58

GoogleCodeExporter commented 9 years ago
Use the command 

  locate PhoneManager.as

and you'll find it in

   bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/PhoneManager.as

In the future, please ask development questions to

   bigbluebutton-dev

Original comment by ffdixon@gmail.com on 3 Feb 2012 at 4:37