<div dir="ltr">Hello. I suceesfully authenticate some accounts of providers from UAc using DB.<br><br>When I try to Call to any provider it responds me 407 or 401 reply.<br><br>To Send to It new INVITE with auth Creditans I use UAC_AUTH() with configured modparams:<br>
<br><div>modparam("uac","credential","username:domain:password")</div><div>modparam("uac","auth_realm_avp","$avp(i:10)")</div><div>modparam("uac","auth_username_avp","$avp(i:11)")</div>
<div>modparam("uac","auth_password_avp","$avp(i:12)") <br><br>I think that avp`s used to get varibles from DB, but at test it is not write.<br><br>So my question- how to get this varibles from DB (uacreg table)<br>
<br>Thanks</div></div>