[RADIATOR] Copying OSC-Client-Identifier to Client-Identifier
Vangelis Kyriakakis
vkyriak at forthnet.gr
Wed Dec 20 06:27:56 UTC 2017
Hello,
Is there a way to copy OSC-Client-Identifier which comes from a proxy
RADIATOR server to Client-Identifier using a PrehandlerHook at the final
RADIATOR server.
I tried something like
sub
{
my $p = ${$_[0]};
my $client = $p->get_attr('OSC-Client-Identifier');
$p->change_attr('Client-Identifier',$client);
}
but obviously it didn't work
Thanks in advance
Vangelis
More information about the radiator
mailing list