<div dir="auto">Hi,<br><br><span style="font-size:16px">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.</span>
<br><br><span style="font-size:16px">The code that checks the credentials is:</span>
<br><br><span style="font-size:16px">if (is_method("REGISTER|SUBSCRIBE")) {</span><br>
<span style="font-size:16px"> $avp(password)="xyz";</span><br>
<span style="font-size:16px"> if (!pv_www_authorize("")) { </span><br>
<span style="font-size:16px"> www_challenge(""); </span><br>
<span style="font-size:16px"> exit;</span><br>
<span style="font-size:16px"> };</span><br>
<span style="font-size:16px"> consume_credentials();</span><div dir="auto"><span style="font-size:16px">}</span>
<br><br><span style="font-size:16px">Again it's same code, the same physical server. What might be causing this?</span>
<br><br><span style="font-size:16px">Thanks,</span><br>
<span style="font-size:16px">Matt</span></div></div>