Authentication qop auth-int

13715209697--- via sr-users <[email protected]>
Newsgroups gmane.comp.voip.ser
Message-ID <[email protected]>
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=...,cnonce=...,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 -- [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.