TerraPBX Media Gateway Manual Installation

Prerequisites

TerraPBX requires several prerequisites which the standalone msi installer may/may not install.

Install

  1. Install OracleXE Client
  2. Install Python
  3. Install TerraPBX
  4. Optional - Install Configuration Tool
  5. Launch Configuration Tool
  6. Set allowed connections (incoming DID providers and incoming Sip Proxy Connection) - these must be trusted IPs
  7. Configure the rest of the settings: Local IP/Port, Default (Normally Sip Proxy) IP/Port, Database Connection (see not below).
  8. Go to command line: Start -> Run -> "cmd" -> enter

  9. Type (change path to where installed to): sc create "Remwave TerraPBX" binPath= "C:\Program Files\REMWAVE Inc\Remwave TerraPBX\TerraPBX.exe"
  10. That should have installed the service into the Service Controller.
  11. Go to Start -> Control Panel -> Administration Tools -> Services

  12. Verify Remwave TerraPBX is a listed service. Alter its properties to start automatically, and restart after any failures
  13. Reboot machine

After the system comes back online, TerraPBX should be running. You can check this in the service manager to see if it is started.

Configuring Database Connection Configuring the database means configuring the tns names. There are two approaches:

XE =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = XE)
      (FAILOVER_MODE =
        (TYPE = SESSION)(METHOD = BASIC)(RETRIES = 1)(DELAY = 1)
      )
    )
 )

Errors

For any errors, please check out here and/or FAQs on TerraPBX. If the issue is still not resolved, please contact REMWAVE for more support.

TerraPBXInstall (last edited 2008-01-30 22:13:20 by pjcast)