The request uri after redirect will be UserC@another_domain. I have to store the original request_uri(UserB@my_domain) and after redirect, insert it to Billing Party header in radius message.
I need UserC not to be aware of the redirect. In this case I have to make a new call to UserC. This call is to the another network which I have to pay. I have to bill it to UserB.
Regards,
Efelin
2010/10/28 Juha Heinanen jh@tutpro.com
Efelin Novak writes:
thanks for answer. Yes, my server is proxy. Situation is like this:
UserA@domain ------> UserB@my_domain (redirect) --------> UserC@another_domain
I have to bill call to another_domain to UserB.
then you must make sure that your billing uri in the accounting record gets populated by uri of UserB, i.e., the request uri after redirect.
-- juha