CSB writes:
So how can I write +6012345678 to the database,
rather than
=2B6012345678?
if you use freeradius, add + to safe-characters.
vi /etc/raddb/sql.conf
sql {
safe-characters =
"(a)abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_89.-_: /+"
...
service radiusd restart
Works nicely.
Thanks