Re: [SR-Users] Kamailio Authentication failing

2016-09-16 Thread Daniel Tryba
On Fri, Sep 16, 2016 at 07:54:20AM +0100, Eric Koome wrote: > Hi all - my Kamailio - 4.1.6 is receiving this particular structured > INVITES from multiple IPs, and for some reason it is not requesting > authentication. I have AUTH & IPAUTH modules in use for two years now, > but this is bypassing t

[SR-Users] Kamailio Authentication failing

2016-09-15 Thread Eric Koome
Hi all - my Kamailio - 4.1.6 is receiving this particular structured INVITES from multiple IPs, and for some reason it is not requesting authentication. I have AUTH & IPAUTH modules in use for two years now, but this is bypassing that and actually forwarding the invite to asterisk servers behind

Re: [SR-Users] Kamailio authentication method

2015-05-10 Thread Shane Harrison
(SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio authentication method Still on the subject, we are exploring the possibilities and one of them would be to use the diameter module. As stated in the documentation : "NOTE: diameter support was developed for DISC (DIameter Server C

Re: [SR-Users] Kamailio authentication method

2015-05-08 Thread Daniel-Constantin Mierla
> > Frederic > > > > *From:*sr-users [mailto:sr-users-boun...@lists.sip-router.org] *On > Behalf Of *Daniel-Constantin Mierla > *Sent:* Wednesday 6 May 2015 16:44 > *To:* Kamailio (SER) - Users Mailing List > *Subject:* Re: [SR-Users] Kamailio authentication method

Re: [SR-Users] Kamailio authentication method

2015-05-08 Thread Daniel-Constantin Mierla
t step, I would focus on auth module for pv_auth_check() which takes the password or the hashed value as parameter. Cheers, Daniel > > > > *From:*sr-users [mailto:sr-users-boun...@lists.sip-router.org] *On > Behalf Of *Daniel-Constantin Mierla > *Sent:* Wednesday 6 May 2015 16:4

Re: [SR-Users] Kamailio authentication method

2015-05-07 Thread Mathys Frédéric
, Frederic From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: Wednesday 6 May 2015 16:44 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio authentication method Hello, to understand properly, do you need to have

Re: [SR-Users] Kamailio authentication method

2015-05-07 Thread Mathys Frédéric
* module? Regards, Frederic From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: Wednesday 6 May 2015 16:44 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio authentication method Hello, to understand properly, do you need to

Re: [SR-Users] Kamailio authentication method

2015-05-06 Thread Daniel-Constantin Mierla
Hello, to understand properly, do you need to have: HA1=SHA(username:realm:password) HA2=SHA(method:digestURI) response=SHA(HA1:nonce:HA2) Perhaps it can be done with config file scripting, if you are familiar with transformations and header manipulation. But I think it will be simpler to extend

[SR-Users] Kamailio authentication method

2015-05-06 Thread Mathys Frédéric
Hello, In my scenario with a Kamailio server, I have a VOIP client connecting to the server which, for some reasons, cannot calculate MD5 hashes but only SHA. In this situation, would it be possible to change the authentication algorithm by either modifying Kamailio scripts or writing an extern

Re: [SR-Users] Kamailio, authentication and MongoDB

2014-10-24 Thread Nolan Darilek
On 10/24/2014 10:43 AM, Nolan Darilek wrote: > 2. In looking at the auth_db parameters, I see values for column names, > but nothing for a table/collection. How do I specify what table or > collection my user data is in? > Ah, found this one, it was in the authenticate functions. Sorry, I expected

[SR-Users] Kamailio, authentication and MongoDB

2014-10-24 Thread Nolan Darilek
Hello. I'm attempting to set up Kamailio for the first time and have a few questions. 1. The auth_db module specifically calls out MySQL, Postgres and flat file databases, but makes no mention of the new MongoDB module. Is the new MongoDB module supported as well and the docs just haven't been upd

Re: [SR-Users] Kamailio Authentication

2010-12-04 Thread Huy Nguyen
Hello, You have to change the config as below: #!define WITH_MYSQL #!define WITH_AUTH Regards, Huy Nguyen www.htk-inc.com From: kmul...@practical-pc.com To: us...@lists.kamailio.org Date: Fri, 3 Dec 2010 17:16:28 -0600 Subject: [SR-Users] Kamailio Authentication I have Kamailio

[SR-Users] Kamailio Authentication

2010-12-04 Thread Kurt Mullen
I have Kamailio up and running and passing calls between users. However, it is not authenticating. Therefore any one can access without user/password. Kamailio.cfg #!- define WITH_MYSQL # # *** To enable authentication execute: #!- enable mysql #!- define WITH_AUTH #!- add users usin