-- Mensaje original --
To: ricvil(a)epm.net.co, serusers(a)lists.iptel.org
From: Jiri Kuthan <jiri(a)iptel.org>
Subject: Re: [Serusers] lookup error
Date: Fri, 18 Apr 2003 18:55:51 +0200
This annoying error message draws your attention to your misconfiguration.
It makes no sense to lookup on REGISTER requests and that's why SER complains.
Change to
if (uri==myself) {
if (method==REGISTER") {
...
break;
}
lookup("aliases");
...
-Jiri
At 04:47 PM 4/18/2003, ricvil(a)epm.net.co wrote:
Hi,
I am running Ser 0.8.10 and constantly get an annoying error in the syslog
even though everything works fine. The error is:
Apr 18 09:26:40 maui /usr/sbin/ser[31394]: lookup(): Error while extracting
username
and it happens everytime somebody registers. I don't know if I am missing
something with the "lookup" command. It looks like:
------------------
if (uri==myself) {
lookup("aliases");
if (method=="REGISTER") {
------------------
Any help is appreciated.
Thanks,
Ricardo Villa
________________________________________
Acceso rápido a Internet con
Epm.Net http://www.epm.net.co
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan
http://iptel.org/~jiri/
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers