<p><a href="https://github.com/jpyle490" class="user-mention">@jpyle490</a> , just tested with a simple setup:</p>

<p>modparam("uac_auth","auth_realm_avp","$avp(au_realm)")<br>
 modparam("uac_auth","auth_username_avp","$avp(au_user)")<br>
 modparam("uac_auth","auth_password_avp","$avp(au_passwd)")</p>

<p>route {</p>

<pre><code>$avp(au_realm) = "opensips.org";
$avp(au_user) = "bogdan";
$avp(au_passwd) = "xxxxxxx";
b2b_init_request("top hiding");
exit;
</code></pre>

<p>}</p>

<p>An invite push through this setup was automatically auth'ed by the B2B based on those AVPs (no other credentials were configured in any other place/module).</p>

<p>What was your test ?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href='https://github.com/OpenSIPS/opensips/issues/134#issuecomment-42302350'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/5479561__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxNTAwMjU4MCwiZGF0YSI6eyJpZCI6MjA1NjAyOTV9fQ==--f0cdab6a512bda8b4283f39fce63961b50ca0edf.gif' height='1' width='1'></p>