[OpenSIPS-Users] 3.2.11 vs 3.2.10 authorization

L S efes99999 at gmail.com
Tue Mar 14 13:02:57 UTC 2023


Hi,

We are trying to upgrade from Opensips 3.2.10 to 3.2.11, but we are running
to an issue with registrations. It's the same server, same opensips cfg
file, but 3.2.10 allows/authorizes the registrations, but 3.2.11 returns
401 Unauthorized.

The code that checks the credentials is:

if (is_method("REGISTER|SUBSCRIBE")) {
   $avp(password)="xyz";
   if (!pv_www_authorize("")) {
       www_challenge("");
       exit;
  };
consume_credentials();
}

Again it's same code, the same physical server. What might be causing this?

Thanks,
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20230314/f673f960/attachment.html>


More information about the Users mailing list