Hi,
In my config file there is no listen directives; only
one port= directive.
How can I add multiple ports to listen on ? Can you give
an example use ?
Thanks,
ilker
-----Original
Message-----
From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at]
Sent:
Friday, April 07, 2006 2:49 PM
To: İlker Aktuna (Koç.net)
Cc:
serusers@lists.iptel.org
Subject: Re: [Serusers] Listen on multiple ports and for
multiple domains
İlker Aktuna (Koç.net) wrote:
>
>
>
Hi,
>
> Is it possible to force Ser to listen on multiple ports
?
> I just tried adding multiple port lines to the config file, but it
did
> not start that way.
>
multiple listen=...
directives
should work.
> Also, another question is how to add multiple domains.
Again, I tried
> to add multiple domain lines to the config but didn't
work.
you can either use multiple alias= directives or use the domain
module and the functions provided by this module.
You also have to enable
domain support in several modules:
modparam("group|usrloc", "use_domain",
1)
regards
klaus