Skip Navigation Links
Home
Products
Pricing
Download
SupportExpand Support
Contact us
About us
Customers Area
Skip Navigation Links

Integration with DTH Billing

Introduction
DTH is a Billing solution designed for ISPs, HotSpots and VoIP providers. For more information click here. DTH Software provides documentation on how to integrate a RADIUS server with their billing solution. A simple business logic DLL is created based on these instructions which is available for download. Source code is also included in the same download.
How to install
  1. Please un-install previous version of Evolynx RADIUS (Server and Admin) and remove the EvolynxRadius Database as it will not be used in this integrated version.
  2. Install the latest version of the Evolynx Server but do not install the database. Evolynx will use DTH as source of its data.
  3. After the installation is complete, copy the customized BusLayer.DLL in to the same directory as Evolynx RADIUS Server executable.
  4. Edit the “EvolynxRadius.exe.config” using a text editor to change the ConnectionString to point to your DTH Billing database, and disable API calls for Load Clients and Load Config. See following examples:

    <add key="ConnectionString" value="Server=localhost;Database=DTHBilling;UID=myuserid;PWD=mypassword" />
    <!-- API Switches -->
    <add key="LoadClientsFromAPI" value="False" />
    <add key="LoadConfigFromAPI" value="False" />

  5. Edit “Clients.txt” to define your RADIUS Clients. See Evolynx documentation if you need more information.
  6. It should now be ready to go. Use “Registration Tool” to get a new license file, then Start Evolynx Service.

© 2003-2007. Evolynx, Inc. All Rights Reserved.