12 Jan
2009
12 Jan
'09
3:50 a.m.
Hi,
I need to store ESN value to my database, but it comes in format[3GPP2-ESN = "\000\000\000\000\000\000\00000BBF636"]. Freeradius counts '\0' as the end of the line and puts blank instead of actual parameter value. Not only ESN comes in that format but [Acct-Session-Id = "0000000\000"] does too.
wrap your insert command variables with escape clauses so its treated as one big string alan