DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Patch your OFBiz installation with trixbox.patch
- this will create a component in your hot-deploy directory (ofbizhome/hot-deploy/trixbox)
- create a lib folder in the trixbox component (ofbizhome/hot-deploy/trixbox/lib)
- Download the 4 jars into the lib folder (ofbizhome/hot-deploy/trixbox/lib/
- asterisk-java-0.3-m1.jar (285 kb)
- asterisk-jtapi-0.2.jar (46 kb)
- gjtapi-20060515.jar (610 kb)
- jtapi-1.3.1.jar (131 kb)
- Patch your OFBiz installation so that it can accept primitive types (OFBiz JIRA issue 400)
- Open a Command prompt and go to the ofbizhome/framework/base directory
- run ant clean
- run ant
Setting Up Trixbox component
...
- Locate /trixbox/config/trixbox.properties
- Change the following settings to match your Asterisk Manager API
- server - the location of your Asterisk Server either by domain name or IP address (ie 192.168.1.101)
- port
...
- - unless you changed this in your /etc/asterisk/manager.conf file on your Asterisk server leave this unchanged
- login
...
- - Manager name you assigned when setting up the Asterisk Manager API credentials
- secret
...
- - password you assigned when setting up the Asterisk Manager API credentials
- timeout
...
- - leave as is
Utilize the service - callOriginThenExtension
...