-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Thursday, March 18, 2004 12:48 pm To: Ticknor, Scott: DGSE Cc: serusers@lists.iptel.org Subject: Re: [Serusers] authentication recommnedations
Hi!
I use this setup:
if (is_from_local() ) { if (!proxy_authorize("", "subscriber"))
so i tried your logic Klaus, thank you very much. i loaded the necessary modules in ser.cfg, etc. but there are problems. first, with FORK=NO, it seems that SER will only listen on the loopback [is there a listen_on param ?]. if i set fork to YES, with debug set to 7, the output shows, among other things:
connect_db(): too many connections
is this a result of the forking? this was never a problem before. either way, it doesnt work. with fork=no, clients cannot register. with fork=yes, ser wont start. now i am off to the archive again...
scott t DSi