Re: [SR-Users] Use of $rU

2011-09-30 Thread Graham Wooden
$fU isn't the subscriber; it's the caller. So, using the uac_replace_from() will make $fU be the subscriber's username? On 9/30/11 10:50 PM, "Alex Balashov" wrote: > Wait, I think I understand. Take a look at $fU, which is not mutable, but the > uac module's uac_replace_from() makes it so. >

Re: [SR-Users] Use of $rU

2011-09-30 Thread Alex Balashov
Wait, I think I understand. Take a look at $fU, which is not mutable, but the uac module's uac_replace_from() makes it so. -- This message was painstakingly thumbed out on my mobile, so apologies for brevity, errors, and general sloppiness. Alex Balashov - Principal Evariste Systems LLC 260 Pe

Re: [SR-Users] Use of $rU

2011-09-30 Thread Alex Balashov
$rU just exposes the request URI user part. It applies in any direction. What's the question? -- This message was painstakingly thumbed out on my mobile, so apologies for brevity, errors, and general sloppiness. Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 2200

[SR-Users] Use of $rU

2011-09-30 Thread Graham Wooden
Hi there, What is pv for the equivalent of $rU for outbound? My inbound use of $rU has the correct username. All my subscribers are multi-number trunks, so on the outbound I need to associate the subscriber. This is kamailio 1.5. Thanks, -graham __