DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Open a Browser and enter the address of your asterisk server in the address bar (ie http://192.168.1.101)
- From From the TrixBox welcome screen click "System Administration" (http://192.168.1.101/maint)
- User name should be "maint"
- Password is what you assigned in the Nerd Vittles tutorial
- Click the "FreePBX" link (http://192.168.1.101/admin)
- At the top of the page Click "Tools" (http://192.168.1.101/admin/config.php?type=tool)
- Under the System Administration Group Click "Asterisk API"
- On the right side of the screen Click "Add Manager"
- Complete the Form
- Enter the username (manager name)
- Enter the password (secret)
- Deny Everyone (0.0.0.0/0.0.0.0)
- Allow your Ofbiz Server (192.168.1.100/255.255.255.0)
- Check All the Boxes for both the Read and Write columns
- Submit Changes
- Click the Red Bar at the top to reload the settings
...
- 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
...