Hello,
Im trying to
configure freeRadius to work with Quintum VoIP Gateway (postpaid configuration -
you have to enter account no and pin to make a call - which is then authorized
by Radius) and I have some problems.
Does anybody know
how should records in MySQL (or PostgreSQL) tables look
like?
For example if I
have an account no 1234 and pin no 123456
then I have these
values in tables:
table
usergroup:
username
1234
groupname
test
table
radcheck:
username
1234
attribute
user-password
op
==
value
123456
When I enter those
values (on the phone connected to Quintum) then they are checked by radius and
everything seems all right ... but it doesnt work. Something is missing - I
think that something else must be sent by radius to quintum but dont know
what. There also should be some scripts that would start accounting the call -
start time and stop time is stored in the database but I know there are ways to
set some limits to accounts. How is it possible?
Do you know where
could I find anything about such problems? Documentation, info.
Maybe anyone has
done something like this.
Michal

