Closed GoogleCodeExporter closed 9 years ago
I don't know if this is your problem but I think you must pass the voice and
video parameters when you start the application instead of when starting a
call, as follows:
./call --voiceinput ./voice.rtpdump --videoinput ./video.rtpdump
There are another parameters you can pass. Type ./call --help to see them.
And then, to make a vcall just type:
vcall "user@gmail.com"
I hope it solves your problem.
Original comment by diego.cd...@gmail.com
on 8 Apr 2011 at 11:38
I try vcall "user@gmail.com",but i got error message.The error message below:
(call) Error(session.cc:705): Session error:
<cli:error code="501" type="cancel"
xmlns:cli="jabber:client"><feature-not-implemented
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></cli:error>
I don't know why ,Can anyone help me?
Original comment by lvyi...@gmail.com
on 15 Apr 2011 at 12:51
Can you turn on the debug logging by doing:
call -d <input file params>
You do need to supply the input params when running the call command as the
"comment 1" described.
Original comment by jun...@google.com
on 12 May 2011 at 6:47
I bet this issue is resolved once you supply the media files as the input.
Please open another issue if the problem still exists.
Original comment by jun...@google.com
on 7 Jun 2011 at 9:28
Original issue reported on code.google.com by
lvyi...@gmail.com
on 8 Apr 2011 at 8:30