Asterisk module HOWTO

The module is connected to the Asterisk manager with all the proper credentials. I have the context set right, but now I dunno where to go next.

In the instructions it says to add the following, where should I add this?

XMPPConnection conn = new XMPPConnection(“myserver.foo.com”, “user”, “password”);

PhoneClient client = new PhoneClient(conn);

Also when I click on phone mappings, nothing comes up! Is that normal? Screenshots on jivesfotware.org show that phone mappings should display an actuall device menu thingy.

Thanks guys.

These lines are only for developers that want to write their own implementation (such as myself). If you want to use it, you need a compatible client, such as Spark. It should automatically add some options to its user interface when it detects a server running the phone service.

Hi logikop,

You might find your answer in the tips collected by one of the community members (TheShniz) here. Hope that helps.

p/s: This website desperately needs improvements to be able to manage cross-referencing and facilitate knowledge search.