Hello,
I’m in a scenario where i would apply different modification to $tU to User with KEMI, but
I can’t achieve it.
I managed to reproduce it with legacy config :
Scenario 1 (both values concatenates):
route[dbg] {
$tU ="aaa";
$tU ="bbb";
}
To: sip:aaabbb@5.5.5.5
Scenario 1 (both values concatenates and @ disapears):
route[dbg] {
$tU ="aaa";
$tU=$null;
$tU ="bbb";
}
To: sip:aaabbb5.5.5.5 --->without @
I tried different combination with [*] as for avps without success, does anyone have an
idea about how to perform it ?
Regards,
David