I've set up radius accounting in SER 0.9.6 and I'm sure I'm missing something
obvious, but when it encodes the URIs for things like CalledStationID or
UserName, it's encoding the non-standard characters as hex. For instance, *
becomes =2A , so my URI ends up looking like sip:=2A850XXXXXXX@domain.com
where it should be sip:*850XXXXXXX@domain.com
Is there something I'm missing in the table setup for the radacct table or a
modparam somewhere that I missed in the README?
N.