Hi all
I have some problems to configure ser to authenticate through radius. I compiled modules for auth_radius .
i checked the freeradius with radtest and it's working fine, the problem is that ser is not talking to freeradius.
inside ser.cfg
-------------------------------------------------
loadmodule "/usr/local/lib/ser/modules/auth.so"
loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf")
modparam("auth_radius", "service_type", 15)
if (method=="REGISTER")
{
log(1, "REGISTER: Authenticating user\n");
if (!radius_www_authorize(""))
{
log(1, "REGISTER: challenging user\n");
www_challenge("", "0");
break;
};
save("location");
sl_send_reply("200","ok");
break;
};
I don't see anything happens inside radius when it's coming to authentication.
now inside /var/logs/messages i see :
ser[11562]: REGISTER: Authenticating user
ser[11562]: REGISTER: challenging user
it means what the request is going inside this "IF" but nothing happens, it looks like ser not talking to the radius.
what it can be any suggestions.
Thanks you guys for any help.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hello,
Ser don't start because of :
serveur1:/etc/ser# /etc/init.d/ser restart
There are errors in the configuration file. Please fix
them first
0(2232) set_mod_param_regex: parameter <db_url> not
found in module <acc>
0(2232) parse error (110,20-21): Can't set module
parameter
0(2232) set_mod_param_regex: parameter
<db_missed_flag> not found in module <acc>
0(2232) parse error (111,19-20): Can't set module
parameter
ERROR: bad config file (2 errors)
my ser.cfg:
loadmodule "/usr/lib/ser/modules/mysql.so"
loadmodule "/usr/lib/ser/modules/sl.so"
loadmodule "/usr/lib/ser/modules/tm.so"
loadmodule "/usr/lib/ser/modules/rr.so"
loadmodule "/usr/lib/ser/modules/maxfwd.so"
loadmodule "/usr/lib/ser/modules/usrloc.so"
loadmodule "/usr/lib/ser/modules/registrar.so"
loadmodule "/usr/lib/ser/modules/textops.so"
loadmodule "/usr/lib/ser/modules/domain.so"
loadmodule "/usr/lib/ser/modules/msilo.so"
loadmodule "/usr/lib/ser/modules/acc.so"
# -- acc params --
modparam("acc", "db_url",
"mysql://ser:heslo@localhost/ser")
modparam("acc", "db_missed_flag", 3)
Harry
___________________________________________________________________________________________________
Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com
Hi,
I'm just playing around with OnSIP NatHelper/RTPproxy ser.cfg
and came across this problem.
if I add an user "joe" and add also an alias "1000"
I'm not able to call the alias "1000" and get reply from SER
404 User not found.
What should I add to my ser.cfg?
Thanks,
Lada
Hi Jamey,
I've ever sent you mails about pa module.
I really need help to setup pa module.
I wish to manage polycom phones (SIMPLE) instead of
lookup aliase or location .
Could explain me how can we use serctl to insert
informations in pa tables?
What are the functions to use in ser.cfg ?
Serweb has somes troubles but is it possible to get
status, location, from it
Regards
Harry
__________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
I mean i followed the instructions in "SER How To" and it has been working
as described, but when i try to send an IM i get the error "483 Too many
hoops" what's wrong there?
I'm a new SER user, so I don't know how to configure it exactly, is it
necessary additional configurations?
thanks for your interest...
----- Original Message -----
From: "harry gaillac" <gaillacharry(a)yahoo.fr>
To: "Erdem HAKI" <erdemh(a)tesas.com>
Sent: Monday, April 04, 2005 4:53 PM
Subject: Re: [Serusers]sending IM...
> hello
> Could you explain me how serweb works properly !??
> Harry
> --- Erdem HAKI <erdemh(a)tesas.com> wrote:
>> Hello,
>>
>> I set up serweb and it works properly, but when I
>> try to send IM to another user, "483 Too many hoops"
>> appears.What is the problem?
>>
>> Thanks.>
> _______________________________________________
>> Serusers mailing list
>> serusers(a)lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>
>
>
>
>
>
> __________________________________________________________________
> Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos
> mails !
> Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
Hello,
I'm a new user and I have questions.I have a problem about registration and online/offline status.
1. I open the SIPphone first, it log in and i can make a call (my status is online) several times. One hour later i check it but my status is still online and it's never be offline.
2. How can I control accounts, I use Serweb, but in admin when i press the "accounting" it doesn't work. And anybody can make calls using sipphone without loggin in (not registered in mysql but it can make a call), how?
İf i use this,
if (!proxy_authorize("", "subscriber")) {
proxy_challenge("", "0");
break;
};
Can i prevent calls from unregistered users ?
Hello,
is it possible to set the "max_contacts"- and
"append_branches"-parameter from registrar.so according to user presets
using AVP?
With best regards,
Martin
So I can get replication working, but I constantly am getting errors
about receiving SERs usrloc not being able to insert into the
database. My guess is because the contact is already there by the
originating SER. I have a MySQL cluster that both SERs are using. My
question is this, how can I save the contact in the SER that is
receiving the contact, without SER trying to write the contact to the
DB?