[Serusers] Accounting with Stateless

Gustavo Passos Tourinho gustavo.passos.tourinho at gmail.com
Wed Feb 21 20:20:14 CET 2007


Hi All.

Is it possible to use radius accounting with a stateless proxy?

For example:

if (uri=~"^sip:0001 at test.org") {
    acc_rad_request ("Start");
    rewritehostport("127.0.0.1");
    forward (uri:host);
}

When I use this code, the radius request appears without 
Sip-Translated-Request-URI, why?
Changing the above code for this, it works fine (include 
Sip-Translated-Request-URI):

if (uri=~"^sip:0001 at test.org") {
    rewritehostport("127.0.0.1");
    t_relay();
}


Thanks,
Tourinho



More information about the sr-users mailing list