Re: [SR-Users] Handling Tel URIs

2012-10-03 Thread Kamal Palei
Hi Daniel It worked fine. I added the below code. if(is_method("PUBLISH")) { loose_route(); t_relay(); exit; } Thanks Kamal On Wed, Oct 3, 2012 at 5:58 PM, Kamal Palei wrote: > Thanks Daniel , let me try this out. > > Reg

Re: [SR-Users] Handling Tel URIs

2012-10-03 Thread Daniel-Constantin Mierla
Hello, do you have a Route header also for kamailio proxy? If yes, try to do loose_route() and then t_relay(). If not, get the address from Route in $du and relay: $du = $(hdr(Route){nameaddr.uri}); remove_hf("Route"); t_relay(); exit; Cheers, Daniel On 10/3/12 1:46 PM, Kamal Palei wrote: H

Re: [SR-Users] Handling Tel URIs

2012-10-03 Thread Daniel-Constantin Mierla
Hello, On 10/3/12 12:36 PM, Kamal Palei wrote: Changing the subject line On Wed, Oct 3, 2012 at 3:54 PM, Kamal Palei > wrote: Hi All I am using Kamailio - 3.1.5 version. When a message of tel URI comes to Kamailio, Kamailio is not forwarding the

Re: [SR-Users] Handling Tel URIs

2012-10-03 Thread Kamal Palei
Changing the subject line On Wed, Oct 3, 2012 at 3:54 PM, Kamal Palei wrote: > Hi All > I am using Kamailio - 3.1.5 version. > > When a message of tel URI comes to Kamailio, Kamailio is not forwarding > the message to next proxy. > If is returning "478 Unresolved response" . > > Can somebody giv