[OpenSIPS-Users] 183 in accounting radius
chamo
chamo4 at darksun.sk
Wed Mar 4 12:48:07 CET 2009
hello
i have little problem accounting
in Records in CDRTool, i see lines with status 183, which i suppose i
don't need to see
so i've tried to filter theses messages, but without sucess
i am using t_check_status , can i use this function only in
subfunctions? (ex. onreply_route..)
<pre>
route{
....
if (is_method("INVITE") && t_check_status("200")) {
setflag(1); # do accounting
setflag(4); # acc radius
$avp(s:can_uri) = $ru;
}
....
</pre>
thanks a lot
More information about the Users
mailing list