[OpenSER-Users] INVITE issue - 483 Too Many Hops

Daniel-Constantin Mierla miconda at gmail.com
Tue Mar 18 11:01:21 CET 2008


Hello,

watch the sip traffic and see the domain part of R-URI, then check it in 
the aliases list -- if not there, add it.

Cheers,
Daniel


On 03/07/08 12:44, Eloi Pecharroman wrote:
>
> Hello all,
>
> I have an issue with my OpenSER setup. I am struggling to fix it and 
> to find further information.
>
> I am working with the debian package 1.3.0-tls
>
> Registration (with and without authentication works fine), however, 
> when a client sends an INVITE, it seems to be looping back the request 
> until the max-forward is reached and hence returning the error.
>
> The log throws out an insane amount of **repeated** requests.
>
> My configuration file is the standard one, I have only added a few 
> xlogs to see if the uri matched my alias, which strangely seems to do 
> as “URI is not mine” is never output.
>
> alias=sipserver
>
> [….]
>
> if(uri!=myself) {
>
> xlog("L_NOTICE","URI is not mine\n");
>
> route(1);
>
> exit;
>
> }
>
> […]
>
> route[1] {
>
> # send it out now; use stateful forwarding as it works reliably
>
> # even for UDP2TCP
>
> if (!t_relay()) {
>
> sl_reply_error();
>
> };
>
> exit;
>
> }
>
> Eloi
>
> epecharroman at aptx.com
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.openser.org
> http://lists.openser.org/cgi-bin/mailman/listinfo/users
>   




More information about the sr-users mailing list