hi all,
in the new ver. 0.8.11 i changed additional to the news:
rewriteFromRoute has been replaced with strict_route()
and:
0(26945) loading module /usr/lib/ser/modules/rr.so
but:
0(26945) find_export: <strict_route> not found 0(26945) find_export: <strict_route> not found 0(26945) parse error (75,15-16): unknown command, missing loadmodule?
what's missing ?
best
wdo
On Friday 18 April 2003 15:55, Dopf Walter wrote:
in the new ver. 0.8.11 i changed additional to the news:
Their is no version 0.8.11 available yet. You use a version from CVS. Please discuss any issues with that on serdev and not on serusers!
rewriteFromRoute has been replaced with strict_route()
and:
0(26945) loading module /usr/lib/ser/modules/rr.so
but:
0(26945) find_export: <strict_route> not found 0(26945) find_export: <strict_route> not found 0(26945) parse error (75,15-16): unknown command, missing loadmodule?
what's missing ?
We will support loose routing only in the version. Use loose_route in stead it will aslo handle strict routing.
Regards Nils
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
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@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@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Thanks!
Works good now.
Regards, Ricardo
-- Mensaje original -- To: ricvil@epm.net.co, serusers@lists.iptel.org From: Jiri Kuthan jiri@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@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@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
________________________________________ Acceso rápido a Internet con Epm.Net http://www.epm.net.co
Hi,
The people from Grandstream say that their SIP phones use STUN to work when behind a NAT device. We have successfully tested the Cisco ATA 186 on many NAT implementations, but I don't think they use STUN. Has anybody tested any Grandstream phone behind a NAT device with SER? Will SER support STUN in the future?
Thanks, Ricardo
________________________________________ Acceso rápido a Internet con Epm.Net http://www.epm.net.co