Closed GoogleCodeExporter closed 9 years ago
Just to clarify, this was a voice call using the "call <JID>" syntax, from the
commandline.
Original comment by manpree...@gmail.com
on 16 Oct 2010 at 8:58
call manpreets7@gmail.com
(call)
Found online friend 'manpreets7@gmail.com/gmail.8DE825BC'
(call) SEND >>>>>>>>>>>>>>>> : Sat Oct 16 02:24:41 2010
<iq to="manpreets7@gmail.com/gmail.8DE825BC" type="set" id="8">
<jingle xmlns="urn:xmpp:jingle:1" action="session-initiate" id="3524921229" initiator="jingletest7@gmail.com/call62253F45">
<content name="audio" creator="initiator">
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="audio"/>
<transport xmlns="http://www.google.com/transport/p2p"/>
</content>
</jingle>
<session xmlns="http://www.google.com/session" type="initiate" id="3524921229" initiator="jingletest7@gmail.com/call62253F45">
<description xmlns="http://www.google.com/session/phone"/>
</session>
</iq>
RECV <<<<<<<<<<<<<<<< : Sat Oct 16 02:24:42 2010
<iq to="jingletest7@gmail.com/call62253F45" type="set" id="DE7FDD4104F546E1" from="manpreets7@gmail.com/gmail.8DE825BC">
<ses:session type="terminate" initiator="jingletest7@gmail.com/call62253F45" id="3524921229" xmlns:ses="http://www.google.com/session">
<ses:reason>
<ses:general-error/>
<ses:initiate-failed/>
</ses:reason>
<pho:internal-server-error xmlns:pho="http://www.google.com/session/phone"/>
</ses:session>
</iq>
Received error on call: general-error
SEND >>>>>>>>>>>>>>>> : Sat Oct 16 02:24:42 2010
<iq to="manpreets7@gmail.com/gmail.8DE825BC" id="DE7FDD4104F546E1" type="result"/>
Original comment by manpree...@gmail.com
on 16 Oct 2010 at 9:26
I have the same issue, on OSX 10.6, also I get a segfault when I quit.
Original comment by darre...@gmail.com
on 18 Oct 2010 at 9:43
[deleted comment]
Same exact situation. I can see people available to chat, but calling just
never seems to pan out and I often get an error stanza back. I know
independently that both iSight and other video chat services work fine, so I
believe the problem is isolated here.
Original comment by roken...@gmail.com
on 21 Oct 2010 at 6:36
Found that the MediaEngine class used by "call" by default doesn't implement
much. Use --voiceinput etc. to use the FileMediaEngine. That seems to work. But
it transfers data between files.
Original comment by manpree...@gmail.com
on 22 Oct 2010 at 10:46
[deleted comment]
Same problem here.
Also, using --voiceinput it seems to work.
But I really wanted to be able to communicate with the other side besides using
the voice.rtpdump files.
Any ideas?
Original comment by fe.mesqu...@gmail.com
on 3 Nov 2010 at 2:11
I have the same issue on Windows XP but the voiceinput works. videoinput
connects a video chat but doesn't appear to send any video through.
Original comment by dopa...@gmail.com
on 6 Dec 2010 at 9:03
In the libjingle SDK package, only File Media Engine is provided. When using
"call" command, you have to provide input files. For example:
%TalkDir%\build\dbg\staging>call.exe
--videoinput=..\..\..\session\phone\testdata\video.rtpdump
--voiceinput=..\..\..\session\phone\testdata\voice.rtpdump
Original comment by jun...@google.com
on 14 Jan 2011 at 5:27
Original issue reported on code.google.com by
manpree...@gmail.com
on 16 Oct 2010 at 8:57