(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
>
> 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
4
> *To:* Kamailio (SER) - Users Mailing List
> *Subject:* Re: [SR-Users] Kamailio authentication method
>
>
>
> Hello,
>
> to understand properly, do you need to have:
>
> HA1=SHA(username:realm:password)
> HA2=SHA(method:digestURI)
> response=SHA(HA1:nonc
,
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
* 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
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
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