Re: Authentication qop auth-int

Henning Westerholt via sr-users <[email protected]>
Newsgroups gmane.comp.voip.ser
Message-ID <DB5PR07MB94536E6C7416D60FFA240D0FBF842@DB5PR07MB9453.eurprd07.prod.outlook.com>
Hello,

I might have misunderstood it, but what is your actual question?

Cheers,

Henning

> -----Original Message-----
> From: 13715209697--- via sr-users <[email protected]>
> Sent: Freitag, 25. April 2025 05:39
> To: [email protected]
> Cc: [email protected]
> Subject: [SR-Users] Authentication qop auth-int
> 
> Hello!
> 
> Kamailio 5.7.6
> 
> Debian 10.12
> 
> Here is my authentication route:
> 
> ```
> route[AUTH] {
> 	if (is_method("REGISTER") || from_uri==myself) {
> 		if (!auth_check("$fd", "subscriber", "0")) {
> 			auth_challenge("$fd", "2"); # flag not 0
> 			exit;
> 		}
> 		# user authenticated - remove auth header
> 		if(!is_method("REGISTER|PUBLISH"))
> 			consume_credentials();
> 	}
> 	...
> }
> ```
> 
> start eyebeam Version 1.5.14.4
> 
> ```
>                                  eyebeam  --->REGISTER ----> kamailio
>                                                        <--401
>                             (WWW-Authenticate: Digest realm="192.168.3.10", nonce=...,
> qop="auth-int")
>                                                   --->REGISTER
>               (Authorization: Digest
> username="08001",realm="192.168.3.10",nonce=...,uri=...,response=...,cno
> nce=...,nc=00000001,qop=auth-int,algorithm=MD5)
>                                                   <--401  (auth_challenge() return -2 ) ```
> 
> OpenSIPS 3.4.12 register to kamailio, got the same result as eyebeam
> 
> Any suggestions?
> 
> Thanks!
> __________________________________________________________
> Kamailio - Users Mailing List - Non Commercial Discussions -- sr-
> [email protected] To unsubscribe send an email to sr-users-
> [email protected]
> Important: keep the mailing list in the recipients, do not reply only to the
> sender!
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the sender!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.