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
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to