13 Sep
2014
13 Sep
'14
10:01 a.m.
rafa alfurqan wrote:
is it possible to store IMSI code (IMSI for eap-sim data in users file) from freeradius to a custom table that i made in phpmyadmin, if it's possible can someone show me if the examples of the implementation?
Yes. You will need to get the data via a SELECT statement: update control { Attribute-Name := "%{sql: SELECT ...}" }
what i want to achieve is that for freeradius to store IMSI data to asterisk's real time table or for asterisk to read from freeradius's table for sip.conf and extension.conf username in asterisk files.
It's probably easier to make FreeRADIUS read the Asterisk table. Alan DeKok.