[SR-Users] Kamailio error code 500 (6/SL)

Pavel Klochan pavel.klochan at gmail.com
Thu Mar 1 10:31:19 CET 2012


Hi.
Thanks, it works.
I was sure that processing will just jump to route "relay". Now, it's more
clear to me how kamailio works.
Thank you again

On Thu, Mar 1, 2012 at 1:07 PM, Timo Klecker <klecker at decoit.de> wrote:

> Hi Pavel,****
>
> ** **
>
> your route SIPOUT seems to be the problem. After the route RELAY
> successfully send the invite to the sip-provider you do not exit the
> routing. The invite is processed after this in route LOCATION where the
> t_newtran() throws the error. ****
>
> ** **
>
> This should help:****
>
> ** **
>
> route[SIPOUT] {****
>
>   if (!uri==myself) {****
>
>     append_hf("P-hint: outgoing call\r\n");****
>
>     route(RELAY);****
>
> *    exit;*
>
>   }****
>
> }****
>
> ** **
>
> Kind regards,****
>
> ** **
>
> Timo**
>
> * *
>
> ** **
>
> *Von:* sr-users-bounces at lists.sip-router.org [mailto:
> sr-users-bounces at lists.sip-router.org] *Im Auftrag von *Pavel Klochan
> *Gesendet:* Mittwoch, 29. Februar 2012 21:53
> *An:* sr-users at lists.sip-router.org
> *Betreff:* [SR-Users] Kamailio error code 500 (6/SL)****
>
> ** **
>
> Hi.****
>
> I'm a newbie to Kamailio (so do not judge strictly). I have experience
> only with Asterisk and now I'm trying to configure Kamailio. With default
> config all is working as expected, but I'm trying to configure it from zero
> with minimal functions, but using parts from default config (those parts
> that I figured out).****
>
> With my present config local calls are working great, but I can't make
> outbound calls.****
>
> I've attached config file, sip-trace and debug log.****
>
> I think there is a route loop somewhere but I can't figure out where.****
>
> I would be grateful if you pointed out to me where exactly my mistake or
> just point me in the right direction =)****
>
> ** **
>
> Thanks in advance****
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20120301/e0ea1b6b/attachment.htm>


More information about the sr-users mailing list