Re: [SR-Users] 500 I'm terribly sorry error

2013-12-11 Thread Helena Garcia-Nieto
11 de diciembre de 2013 11:07 To: Helena Garcia-Nieto; 'Kamailio (SER) - Users Mailing List' Subject: Re: [SR-Users] 500 I'm terribly sorry error Hello, can you set debug=3 in your config file and look at the logs for more information on why is failing? To discover why a route block

Re: [SR-Users] 500 I'm terribly sorry error

2013-12-11 Thread Daniel-Constantin Mierla
Hello, can you set debug=3 in your config file and look at the logs for more information on why is failing? To discover why a route block is not executed, you can use debugger module with cfgtrace parameter set to 1, then you will see what lines of configuration files are executed and spot w

Re: [SR-Users] 500 I'm terribly sorry error

2013-12-10 Thread Daniel-Constantin Mierla
lists.sip-router.org] *On Behalf Of *Daniel-Constantin Mierla *Sent:* martes, 10 de diciembre de 2013 16:54 *To:* Kamailio (SER) - Users Mailing List *Subject:* Re: [SR-Users] 500 I'm terribly sorry error Hello, I guess the r-uri is not correct after your changes. you can try to print $ru

Re: [SR-Users] 500 I'm terribly sorry error

2013-12-10 Thread Jiri Kuthan
r-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] *On Behalf Of *Daniel-Constantin Mierla *Sent:* martes, 10 de diciembre de 2013 16:54 *To:* Kamailio (SER) - Users Mailing List *Subject:* Re: [SR-Users] 500 I'm terribly sorry error Hello, I guess the r-uri is

Re: [SR-Users] 500 I'm terribly sorry error

2013-12-10 Thread Helena Garcia-Nieto
iciembre de 2013 16:54 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] 500 I'm terribly sorry error Hello, I guess the r-uri is not correct after your changes. you can try to print $ru with xlog(...) just before the route(RELAY). You should use string operation to add the pre

Re: [SR-Users] 500 I'm terribly sorry error

2013-12-10 Thread Daniel-Constantin Mierla
Hello, I guess the r-uri is not correct after your changes. you can try to print $ru with xlog(...) just before the route(RELAY). You should use string operation to add the prefix instead of using a regular expression substitution, like: prefix("A99901"); or $rU = "A99901" + $rU; Cheers,

[SR-Users] 500 I'm terribly sorry error

2013-12-10 Thread Helena Garcia-Nieto
Hello, Thanks in advanced for the help. I am almost new with kamailio and still struggling through silly problems so please forgive me if the solution is so obvious. I have a network like Xlitle -- Kamailio -- GW The GW is more or less out of my reach for changing the behaivour.