[Serusers] [Seruser] 483 too many hoops?

tesastac at tesas.com tesastac at tesas.com
Tue Apr 5 12:03:10 CEST 2005


How sould i configure this?

       if (uri=="test.com") {

               if (method=="REGISTER") {

# Uncomment this if you want to use digest authentication
                       if (!www_authorize("test.com", "subscriber")) {
                               www_challenge("test.com", "0");
                               break;
                       };

                       save("location");
                       break;
               };
                       lookup("aliases");
               # native SIP destinations are handled using our USRLOC DB
               if (!lookup("location")) {
                       sl_send_reply("404", "Not Found");
                       break;
               };
       };



----- Original Message ----- 
From: "Timur Elzhov" <elzhov at warelex.com>
To: <serusers at lists.iptel.org>
Sent: Tuesday, April 05, 2005 12:31 PM
Subject: Re: [Serusers] [Seruser] 483 too many hoops?


> On Tue, Apr 05, 2005 at 12:07:14PM +0300, Erdem HAKI wrote:
> 
>> When i want to send IM, I get this error "483 too many hoops" .
>> Klaus said "probably you loop the messages in ser!Use ethereal on
>> the loopback device and watch for looped messages.". How can i
>> resolve it? I mean what kind of changes sould i do and in which
>> files?
> 
> Probably some of the `if' conditions (e.g. uri == myself) is never
> true, even when you might expect it.
> 
> 
> Timur.
> 
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers




More information about the sr-users mailing list