Closed GoogleCodeExporter closed 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
[deleted comment]
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
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
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
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:
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
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
Original issue reported on code.google.com by
pyris...@gmail.com
on 15 Nov 2010 at 12:37