Hi!<br><br>If I understood you correctly, that already can be achieved with:<br> <br><br> <AuthBy INTERNAL><br>
AuthResult ACCEPT<br>
AddToReply CC-Total-Octets=500000, \<br> CC-Request-Type = %{Request:CC-Request-Type},\<br> CC-Request-Number = %{Request:CC-Request-Number},\<br>
Rating-Group = %{Request:Rating-Group},\<br> MSISDN = %{Request:MSISDN},\<br>
</AuthBy><br><br>José Borges Ferreira<br><br><div class="gmail_quote">On Sat, Feb 27, 2010 at 10:24 AM, Søren Schrøder <span dir="ltr"><<a href="mailto:sch@chaos.dk">sch@chaos.dk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Greetings list<br>
<br>
I have a small feature request to radiator<br>
<br>
I need to proxy key/val pairs from a request back to the response<br>
(using AuthBy INTERNAL)<br>
<br>
I'm aware that I can use<br>
<br>
<AuthBy INTERNAL><br>
AuthResult ACCEPT<br>
AddToReply CC-Total-Octets=500000<br>
CC-Request-Type = %{CC-Request-Type}<br>
CC-Request-Number = %{CC-Request-Number}<br>
Rating-Group = %{Rating-Group}<br>
MSISDN = %{MSISDN}<br>
</AuthBy><br>
<br>
but we have the DefaultReply, FramedGroup, StripFromReply,<br>
AllowInReply, AddToReply, AddToReplyIfNotExist, DynamicReply keywords,<br>
and to that suite I would suggest:<br>
<br>
AddFromRequest key(,key2,key3 ... keyN)<br>
<br>
So the above could be written as<br>
<br>
<AuthBy INTERNAL><br>
AuthResult ACCEPT<br>
AddToReply CC-Total-Octets=500000<br>
AddFromRequest<br>
CC-Request-Type,CC-Request-Number,Rating-Group,MSISDN<br>
</AuthBy><br>
<br>
I know this is pure cosmetics - but simplicity in conf-files prevents mistakes.<br>
<br>
You can put this on the ever growing feature-request list if you want,<br>
it is just my $0.02 in the effort of making a great product even<br>
greater.<br>
<font color="#888888"><br>
<br>
--<br>
Søren Schrøder.<br>
Obey Gravity - It's the law !<br>
_______________________________________________<br>
radiator mailing list<br>
<a href="mailto:radiator@open.com.au">radiator@open.com.au</a><br>
<a href="http://www.open.com.au/mailman/listinfo/radiator" target="_blank">http://www.open.com.au/mailman/listinfo/radiator</a><br>
</font></blockquote></div><br>