Hello,

I noticed the following behavior regarding the "Calling-Station-Id".

Running the server (freeradius 0.9.0) in debug mode:
...
Acct-Status-Type = Start
Calling-Station-Id = "#pcs-br1#A11#206#409"
...
radius_xlat:  'INSERT into radacct (... , CallingStationId, ...) values(... , 
'=23pcs-br1=23A11=23206=23409', ...)'
...

My sql configuration:
accounting_start_query = "INSERT into ${acct_table1} (... , CallingStationId, ...)
values(... , '%{Calling-Station-Id}', ...)"

How can i preserve the original "Calling-Station-Id" (whithout # -> =23 conversion)?

TIA,

Joao Frade

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

Reply via email to