[OpenSIPS-Users] Centralized authentication service

2009-11-09 Thread Jonathan González
Hi there,

First of all I would like to say that I solved the problem I had with RTP
traffic... it was not routed directly between clients due to the xlite
version I was using (4.0 beta). Once I changed the client version everything
was working properly.

I would like to configure a new scenario: 2 OpenSIPS acting as SIP Proxy and
one acting as SIP registrar. The idea is for example configure a centralized
authentication service for users from different offices.

If a user from one office where the OpenSIPS is configured as SIP proxy
launch his client, that proxy should redirect that REGISTER to the registrar
server. I would like to know what is the appropriate way to configure an
OpenSIPS like this. I have been able to authenticate a user in this scenario
using applying the method set_host_port(ipRegistrar:5060) to all REGISTER
requests that the proxy receives, but then I am unable to call any other
user registered... So I don't know if the registration is right and I have
to modify something for the INVITE method or that's not the way to do it.

Any suggestion is appreciated.

Thanks in advance,
Jonathan

-- 
Personal webpage - www.jonbaraq.eu
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] LDAP Authentication OpenSIPS

2009-09-13 Thread Jonathan González
Hi there,

I have been trying to configure LDAP authentication. I have been reading
some documentation I have found about the configuration in OpenSer 1.3.x and
some emails from this list and I have read the the way is to make queries
against ldap to obtain username and password and then authenticate.

The way I have to do this LDAP authentication is binding directly the LDAP
server with the username/password of the SIP users, it is impossible to me
to do on the other way because the password field on the LDAP is
unreadeable. Is there any way for OpenSIPS to bind the LDAP server to
authenticate the user?

Thanks in advance,
Jonathan

-- 
Personal webpage - www.jonbaraq.eu
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] RTP traffic opensips

2009-09-10 Thread Jonathan González
Hi there,

I have been configuring OpenSIPS for a while the last 2 days and I have been
able to configure a simple server that register clients against a Database.
The problem I am facing is that when the call is established there's no
Audio. I can see RTP traffic from one client to the SIP Proxy and from the
other client to the SIP Proxy. On the server where opensips is running I can
see both RTP traffics but nothing goes from OpenSIPS to the clients.

The configuration I am using is the the one that comes with the
installation, changed to support mysql. I have followed this tutorial
http://www.voip-info.org/wiki/view/Opensips+Installation,+How+to.

As far as I understand, OpenSIPS should act as SIP proxy so RTP traffic
should be between clients.

Any help would be apprecieted.

Thanks in advance,
Jonathan

-- 
Personal webpage - www.jonbaraq.eu
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users