zf8848 / libjingle

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

libjingle 0.5.1 voice call error #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow steps as given in Readme.txt file
2. Success to build libjingle 0.5.1 and success to login the google talk server
3. Can't run the voice call example with googletalk application in another 
computer. 

What is the expected output? What do you see instead?
- It is good work at login the server, but voice call return the error message. 
I entered argument as './call.exe -voiceoutput voiceoutput.rtpdump'. I think 
libjingle 0.5.1 version don't have A/V engine. Only It can transmit the 
input/output dump data for A/V call. Is it right? So, I want to make the dump 
file using received audio data. But I can't establish the call. The error 
message below: "Error : Received STUN response without username.". The call 
example meet this message therethrough the call cancel.

What version of the product are you using? On what operating system?
- Window 7 32bit, visual studio 2010 & 2005, Scons, swtoolkit, Windows SDK

Please provide any additional information below.
How about your opinion? What is the problem?

Original issue reported on code.google.com by pyris...@gmail.com on 15 Nov 2010 at 12:37

GoogleCodeExporter commented 9 years ago
Could you please use -d switch to dump the detailed xml log and send it to my 
way?
"./call -d"

Original comment by jun...@google.com on 16 Nov 2010 at 1:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The option "FEATURE_ENABLE_SSL" disable, then the "call" example can't login to 
google server. So, I guess that call example has work login with SSL, the other 
hand P2P calls will work without SSL. Is it right? So, I modify the current 
version source? or exist other option for disable SSL? I'm looking forward to 
your advice.

Original comment by pyris...@gmail.com on 17 Nov 2010 at 2:15

Attachments:

GoogleCodeExporter commented 9 years ago
I took another look at the log file, I think you may ran into a bug we had 
before. You do need to enable the "FEATURE_ENABLE_SSL".
Could you please rebuild the project and try the "call -d" again? After you get 
the "command options", please use "call JID" to issue a call.
It'll be something like:
"foobar@gmail.com/Talk.v1042EC7DEBF"

Original comment by jun...@google.com on 5 Jan 2011 at 1:30

GoogleCodeExporter commented 9 years ago
Now, I success the voice/video call, set/get presence information. I was 
analyzed the libjingle code, then i ran the call sample in linux/window 
platform. Thanks for your advice about SSL. 

Original comment by pyris...@gmail.com on 6 Jan 2011 at 1:28

GoogleCodeExporter commented 9 years ago
I too get the same error with the latest (svn r51) code on GNU/Linux. The call 
log is attached. I have 'FEATURE_ENABLE_SSL' defined in the main.scons.

Thanks

Original comment by vu3...@gmail.com on 22 Jan 2011 at 1:10

Attachments:

GoogleCodeExporter commented 9 years ago
I want to also add that both the caller and callee are in the same network.

Original comment by vu3...@gmail.com on 22 Jan 2011 at 1:21

GoogleCodeExporter commented 9 years ago
Do you use the "call" program for both caller and callee? Could you try to use 
the "call" program for caller only and use Gmail WebUI for the callee?
From your call log, the error was caused by "reject"
RECV <<<<<<<<<<<<<<<< : Sat Jan 22 18:36:07 2011
   <iq to="vu3rdd.test1@gmail.com/call1C82A765" type="set" id="95" from="vu3rdd.test2@gmail.com/Talk.v104F3627B82">
     <session type="reject" id="3056858963" initiator="vu3rdd.test1@gmail.com/call1C82A765" xmlns="http://www.google.com/session"/>
   </iq>

call not answered

Original comment by jun...@google.com on 18 Feb 2011 at 11:28