[Freeswitch-users] Java example

damjan at ecntelecoms.com damjan at ecntelecoms.com
Thu Dec 18 02:53:22 PST 2008


> I made a simple java example, following this guide
> http://wiki.freeswitch.org/wiki/Java
>
> so when someone calls it should print something in console.
> I've also modified dialplan/public.xml, what I want is to intercept calls
>  from jabber and process them:
> http://pastebin.com/m35de11d9
>
> But there is nothing printed into console, path to jar is ok, also class
> name is ok.
> Java module is being loaded on startup.
>
> What could be wrong?
>
> --
> kriko

You need to specify the path to the JAR file containing
si.marand.freeswitch.PhoneTest, which is definitely not freeswitch.jar.

Otherwise try attaching a remote debugger to the Java module and trace
through it as described on that wiki.

Damjan






More information about the FreeSWITCH-users mailing list