Versions Compared

Key

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

...

  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

...

  1. Locate /trixbox/config/trixbox.properties
  2. Change the following settings to match your Asterisk Manager API
    1. server - the location of your Asterisk Server either by domain name or IP address (ie 192.168.1.101)
    2. port

...

    1. - unless you changed this in your /etc/asterisk/manager.conf file on your Asterisk server leave this unchanged
    2. login

...

    1. - Manager name you assigned when setting up the Asterisk Manager API credentials
    2. secret

...

    1. - password you assigned when setting up the Asterisk Manager API credentials
    2. timeout

...

    1. - leave as is

Utilize the service - callOriginThenExtension

...