[Serusers] multiple SER instances / REGISTRATION problem

Jan Janak jan at iptel.org
Mon Nov 24 11:14:59 CET 2003


Probably is_from_local doesn't match your domains properly. Check SIP
message dumps to see what happens to the messages and what do they
contain in From.

  Jan.

On 24-11 02:40, Kannaiyan Natesan wrote:
> Multiple Domains works fine. I still have got an functional error.
> 
> I just loaded the module domain.so
> and then setting the parameters as specified.
> 
> when i have this  in the routing script
> 
>  if (!is_from_local()) { # check against domain-module table
>   .... /* outbound */
>   break;
>  };
> 
> My SIP client says Registration Timeout. I tried out the possibilities I
> could not find what could be the problem.
> Without the above script registration works fine.
> 
> Did anyone faced similar problem?
> 
> Kannaiyan
> 
> 
> ----- Original Message -----
> From: "Jiri Kuthan" <jiri at iptel.org>
> To: "Greg Fausak" <lgfausak at august.net>
> Cc: <serusers at lists.iptel.org>; "Greg Fausak" <greg at addaline.com>
> Sent: Sunday, November 23, 2003 11:25 PM
> Subject: Re: [Serusers] multiple SER instances / REGISTRATION problem
> 
> 
> > At 12:16 AM 11/24/2003, Greg Fausak wrote:
> > >Jiri,
> > >
> > >I do want to have a multi-domain capability.
> >
> > fragments:
> >
> > # -- multi-domain
> > modparam("domain", "db_mode", 1)
> > modparam("usrloc|group", "use_domain", 1)
> >
> > ..
> >
> > if (!is_from_local()) { # check against domain-module table
> >  .... /* outbound */
> >  break;
> > };
> >
> > # our domains ...
> >
> >         if (!www_authorize("", "subscriber")) {
> >             # challenge if none or invalid credentials
> >             www_challenge("", "0");
> >             break;
> >         };
> >
> > That's pretty much it, I guess. The list of served domains can be
> > manipulated using serctl.
> >
> > >I'd also like to be able to run multiple processes
> > >on the same database.  These may be different problems.
> >
> > Why? (I mean it sounds like a ticket for problems to me.)
> >
> > -jiri
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers at lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> >
> 
> 
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers




More information about the sr-users mailing list