[Users] set RURI with dispatcher module
Daniel-Constantin Mierla
daniel at voice-system.ro
Thu Feb 8 19:04:48 CET 2007
Hello,
off topic of initial question, but ...
On 02/08/07 17:26, Klaus Darilion wrote:
> [...]
>
> avp_write("$rU","$avp(i:666)");
> ds_select_dst(...);
> avp_pushto("$ru","$du");
> avp_pushto("$ru/username","$avp(i:666)");
>
> Is there a more easy way?
>
with 1.2.0, the above instructions translates in:
$avp(i:666)=$rU;
ds_select_dst(...);
$ru = $du;
$rU = $avp(i:666);
... so a bit nicer if not easier ;-)
Cheers,
Daniel
More information about the Users
mailing list