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
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
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
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
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
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,
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.