Re: [SR-Users] Rewrite $tU

2012-03-08 Thread Andrew Pogrebennyk
On 03/07/2012 08:46 PM, Lucas Alvarez wrote:. > Something like this: > > if(($rU=~"^(box02)[0-9]{2,15}$")) { > $rU = $(rU{s.substr,5,0}); > $ru = "sip:" + $rU + "@" + $sel(cfg_get.box02.gw_ip) + ":" > + $sel(cfg_get.box02.gw_port); > } BTW alternatively you can use dia

Re: [SR-Users] Rewrite $tU

2012-03-07 Thread Lucas Alvarez
The whole thing is I'm making routing decisions adding prefixes to usernames, for example, suppose I have two boxes: box01 and box02. If I want to dial to an extension in box02 from and extension registered in box01 I was prefixing the box02 to the username. When the call hits kamailio I check if t

Re: [SR-Users] Rewrite $tU

2012-03-07 Thread Andrew Pogrebennyk
On 03/07/2012 07:37 PM, Lucas Alvarez wrote: > I want rewrite $tU but I'm not being able, I'm doing the following: > > remove_hf("To"); > insert_hf("To: sip:$rU@$rd\r\n", "From"); > > Then I'm printing $tU and it is still having the previous value, any > help will be appreciated. > Thanks in

Re: [SR-Users] Rewrite $tU

2012-03-07 Thread Dani Popa
well, you are right, kamailio doesn't have uac_replace_to . Dani On Wed, Mar 7, 2012 at 8:43 PM, Alex Balashov wrote: > On 03/07/2012 01:41 PM, Dani Popa wrote: > > I think you should use uac_replace_from/uac_replace_**to. >> > > http://www.kamailio.org/docs/**modules/3.2.x/modules_k/uac.**ht

Re: [SR-Users] Rewrite $tU

2012-03-07 Thread Alex Balashov
On 03/07/2012 01:41 PM, Dani Popa wrote: I think you should use uac_replace_from/uac_replace_to. http://www.kamailio.org/docs/modules/3.2.x/modules_k/uac.html Where do you see uac_replace_to()? :) -- Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 2200 Atlanta,

Re: [SR-Users] Rewrite $tU

2012-03-07 Thread Dani Popa
Hi, I think you should use uac_replace_from/uac_replace_to. Dani On Wed, Mar 7, 2012 at 8:37 PM, Lucas Alvarez wrote: > I want rewrite $tU but I'm not being able, I'm doing the following: > > remove_hf("To"); > insert_hf("To: sip:$rU@$rd\r\n", "From"); > > Then I'm printing $tU and it is s

[SR-Users] Rewrite $tU

2012-03-07 Thread Lucas Alvarez
I want rewrite $tU but I'm not being able, I'm doing the following: remove_hf("To"); insert_hf("To: sip:$rU@$rd\r\n", "From"); Then I'm printing $tU and it is still having the previous value, any help will be appreciated. Thanks in advance. Lucas Alvarez _

Re: [SR-Users] Rewrite $tU

2012-03-07 Thread Alex Balashov
Note that proxies shouldn't be doing that. On 03/07/2012 01:34 PM, Lucas Alvarez wrote: I want rewrite $tU but I'm not being able, I'm doing the following: remove_hf("To"); insert_hf("To: sip:$rU@$rd\r\n", "From"); ___ SIP Express Router (S

[SR-Users] Rewrite $tU

2012-03-07 Thread Lucas Alvarez
I want rewrite $tU but I'm not being able, I'm doing the following: remove_hf("To"); insert_hf("To: sip:$rU@$rd\r\n", "From"); ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip