Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a Browser and enter the address of your asterisk server in the address bar (ie http://192.168.1.101)
  2.  From From the TrixBox welcome screen click "System Administration" (http://192.168.1.101/maint)
    1. User name should be "maint"
    2. Password is what you assigned in the Nerd Vittles tutorial
  3. Click the "FreePBX" link (http://192.168.1.101/admin)
  4. At the top of the page Click "Tools" (http://192.168.1.101/admin/config.php?type=tool)
  5. Under the System Administration Group Click "Asterisk API"
  6. On the right side of the screen Click "Add Manager"
  7. Complete the Form
    1. Enter the username (manager name)
    2. Enter the password (secret)
    3. Deny Everyone (0.0.0.0/0.0.0.0)
    4. Allow your Ofbiz Server (192.168.1.100/255.255.255.0)
    5. Check All the Boxes for both the Read and Write columns
    6. Submit Changes
    7. Click the Red Bar at the top to reload the settings

...

  1. Patch your OFBiz installation with trixbox.patch
    1. this will create a component in your hot-deploy directory (ofbizhome/hot-deploy/trixbox)
  2. create a lib folder in the trixbox component (ofbizhome/hot-deploy/trixbox/lib)
  3. Download the 4 jars into the lib folder (ofbizhome/hot-deploy/trixbox/lib) /
    1. asterisk-java-0.3-m1.jar (285 kb)
    2. asterisk-jtapi-0.2.jar (46 kb)
    3. gjtapi-20060515.jar (610 kb)
    4. jtapi-1.3.1.jar (131 kb)
  4. Patch your OFBiz installation so that it can accept primitive types (OFBiz JIRA issue 400)
  5. Open a Command prompt and go to the ofbizhome/framework/base directory
    1. run ant clean
    2. run ant

Setting Up Trixbox component

...