Hi Alan
Thank you for you helping on accounting
response
i got the advice for freeradius list use the unlang
to modify the Accep Reject
i read the man unlang but cannot figure out how to
use it
this is the whole call
the call flow :
NAS ----> Access-Request ------->
FreeRadius
Freeradius ------>Access Accept(if the password
is matched) ----> NAS
NAS ----> Accounting-Request ------->
FreeRadius(Accounting start)
Freeradius -----> Acounting Response------> NAS
NAS ----> Access-Request -------> FreeRadius
(Reauthorize to check account balance)
Freeradius ------>Access Accept(if the password
is matched) ----> NAS
Freeradius ------>Access Reject(if the password
isnot matched) ----> NAS
at the line 529 + 530, i should to send back
to NAS server with the Acces Reject with attribute h323-return-code == "h323-return-code=2" not
0
Thank you
Ha`