Hi Kamal,
modparam("usrloc", "timer_interval", 30) #Number of seconds between two timer runs. The module uses timer to delete expired contacts, synchronize with database and other tasks, that need to be run periodically. In case of crash or restart contacts that are in memory only and haven't been flushed yet will get lost. If you want minimize the risk, use shorter timer interval. Default value is 60.
That description can be seen in the README file located at ser_source_dir/modules/usrloc/.
Regards, Ricardo.
Kamal.Mann@t-systems.com wrote:
Hi Ricardo It's working now. Thanks a lot. Will you please specify the meaning of 'modparam("usrloc", "timer_interval", 30)'.
Thanks in anticipation Kamal Mann -----Original Message----- From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Ricardo Carvalho Sent: Wednesday, October 04, 2006 2:42 PM To: serusers@lists.iptel.org Subject: Re: [Serusers]More than one domain
You need to edit ser.cfg with the following parameters:
modparam("usrloc", "use_domain", 1) modparam("registrar", "use_domain", 1) modparam("usrloc", "timer_interval", 30)
and you have to live blank the domain in the www_authorize and www_challenge parameters so that it will work for every domain. In the domain table you have to add every domain served too. Also add the alias=every_domain_you_want_ser_to_listen_to in ser.cfg file.
Regards, Ricardo.
Kamal.Mann@t-systems.com wrote:
Hi all
I need to know the changes in configuration of ser if I want that a single server can serve more than one domain.
Right now I am changing in following lines but it server only one domain at a time:
/if (method=="REGISTER") {/
/ /
/ if (!www_authorize("ims.de", "subscriber")) /
/ {/
/ www_challenge("ims.de", "0");/
/ break;/
/ };/
/ /
/ save("location");/
/ break;/
/ };/
Thanks in anticipation
Kamal Mann
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers