cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
276
Views
0
Helpful
1
Replies

infotag get aaa_avpair

vignesh_b
Level 1
Level 1

hello all

i want to retrive the billing model for a user while authenticating the user but the doc say u can only retrive aaa_avpair after authorize command. (After an authorize command finishes, the RADIUS server could have returned parameters as AV-pairs.) i want to retrive the billing model so as to specify the TCL script whether to go for authorization( for a prepaid customer ) or not ( for a postpaid customer ).

Thanks in advance

Vignesh

1 Reply 1

Deniz AYDIN
Level 1
Level 1

Hi,

You can use aaa_auhrozie comman twice.

With first one, you set a radius attribute (like cust_type) with ivr-out, and in the radius you can examine the request diffrently, and then reply acourding to it.Then you can retrive the customer type and again use the authorize command.