Jingle demo throws an exception

I’ve setup the jingle demo and imported needed libraries.

Login is successfull, however I get an exception:

http://pastebin.com/m3b507bcc

Full demo code is here: http://pastebin.com/m22b0c3e0

What is the problem, am I still missing some libs?

Hi,

I was wondering whether you solved the exception you encoutered. Also, can you tell me exactly the flow of the program

i.e what is the reason for each call you are using?

Cheers,

Earlence

No, I’m using freeswitch now, since my goal was more voice-specific.

Hi,

That is very strange indeed. Even I am switching to FreeSwitch now. I gather that you have already started using FreeSwitch

I was wondering whether you could answer a few questions of mine?

This is what I understood from the FreeSwitch site.

  1. It can be used as a VoIP server.

  2. A client can be built using a SIP stack to establish voice calls between parties who have a/c regd on FreeSwitch Server

Cheers,

Earlence

It is a switch with dialplans, registrar… lots of applications that you can use within dialplan and control the call.

Yes, you can make a client that estabilishes calls, etc. Take a look at api: http://wiki.freeswitch.org/wiki/Mod_commands

In case of making a call you would have to call e.g.:

originate sofia/example/300@foo.com &bridge(sofia/example/400@bar.com)

I suggest you take time and get familiar with freeswitch and understand how it works. Subscribe to mailing-list and we are also in #freeswitch channel on freenode.