Hi Carlo,

maybe you should consider using manual accounting by explicitly 
triggering the radius accounting from script:
    http://www.opensips.org/html/docs/modules/1.5.x/acc.html#id272212

Regards,
Bogdan

Carlo Dimaggio wrote:
> Hi all,
>
> I'm trying to implement a call-forward-unconditional with radius multi- 
> leg accounting.
> The multileg acc parameter is: modparam("acc", "multi_leg_info",  
> "Calling-Station-Id=$avp(s:cwd_src);Called-Station-Id= 
> $avp(s:cwd_dst)"), while in the request route I have this test block:
>
>             $avp(s:cfu)="sip:[email protected]";
>             avp_pushto("$ruri", "$avp(s:cfu)");
>             append_branch();
>             $avp(s:cwd_src)="sip:[email protected]";
>             $avp(s:cwd_dst)="sip:[email protected]";
>
> The test call is: 1000 -> 1002 -> redirected to 1001
>
> My aim is to have two radius accounting messages but I have only one  
> accouting message with the multi_leg_info attached. Indeed I have seen  
> in the documentation that this should be the normal behaviour when  
> radius is used.
>
> Is there any way to achive my aim (two invite, one from 1000 to 1002  
> and one from 1002 to 1001)?
>
>
> Thank you,
> Carlo Dimaggio
>
>
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>   


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to