Hi,

I was just looking at the voip billing db... the pgsql-voip.conf is not
correct with respect of the tablenames.

The database schema creates tables

| CREATE TABLE StartVoIP (
| CREATE TABLE StartTelephony (
| CREATE TABLE StopVoIP (
| CREATE TABLE StopTelephony (
| CREATE TABLE gateways (
| CREATE TABLE customers (
| CREATE TABLE cust_gw (
| CREATE VIEW customerip AS
| CREATE OR REPLACE FUNCTION strip_dot (VARCHAR) RETURNS TIMESTAMPTZ AS '
| CREATE OR REPLACE FUNCTION pick_id (VARCHAR, VARCHAR) RETURNS VARCHAR AS '
| CREATE TABLE isdn_error_codes (

whereas the pgsql-voip.conf file refers to tablenames...
|         # Database configuration
|         radius_db = "radius"
|
|         # Database table configuration
|         acct_table1 = "Start"
|         acct_table2 = "Stop"
|
|         authcheck_table = "radcheck"
|         authreply_table = "radreply"
|
|         groupcheck_table = "radgroupcheck"
|         groupreply_table = "radgroupreply"
|
|         usergroup_table = "usergroup"

Am I missing something glareingly obvious?

Alasdair

Alan DeKok wrote:
| "Chhai  Thach" <[EMAIL PROTECTED]> wrote:
|
|>I can't seem to find the /src/billing/pgsql-voi.conf file on the FR
|>1.0.1 source.
|
|
|   See the "raddb" directory.
|
|   Alan DeKok.
|
| -
| List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
|
| This message has been comprehensively scanned for viruses,
| please visit http://virus.e2e-filter.com/ for details.
|

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to