zf8848 / libjingle

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

Error while making a call to my roster #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using call.exe application on Windows 2000 Server machine. I am 
successful in retrieving the roster list. But when I make call 
using 'call' command, I am getting the following error as shown in the 
attached file.

I am using libjingle-0.4.0, Expat 2.0.1, VELite libraries and Visual 
Studio 2005.

Please help to solve this problem

Original issue reported on code.google.com by rajav.2...@gmail.com on 24 Jul 2008 at 12:57

Attachments:

GoogleCodeExporter commented 9 years ago
Solved this problem.

Problem was, call from gips_.GIPSVE_Init(), in gibslitemediaengine.cc, was 
expecting 
the date to be passed as an argument, which was not there. I have added the 
corresponding date. It solved the problem.
Also VELite Libraries was asking for few codecs which is not in the list of 
libjingle code.
I have added the required codec with corresponding frequency. It solved the 
problem.
Now I am able to make the call. But now I am getting another error which I will 
raise in this issue list.

Original comment by rajav.2...@gmail.com on 25 Jul 2008 at 7:23

GoogleCodeExporter commented 9 years ago
Sounds like this is no longer an issue. Clean up the list.

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