[OpenSIPS-Devel] [opensips] B2BUA authentication from AVPs does not work (#134)

Bogdan Andrei IANCU notifications at github.com
Tue May 6 15:36:20 CEST 2014


@jpyle490 , just tested with a simple setup:

 modparam("uac_auth","auth_realm_avp","$avp(au_realm)")
 modparam("uac_auth","auth_username_avp","$avp(au_user)")
 modparam("uac_auth","auth_password_avp","$avp(au_passwd)")

 route {

	$avp(au_realm) = "opensips.org";
	$avp(au_user) = "bogdan";
	$avp(au_passwd) = "xxxxxxx";
	b2b_init_request("top hiding");
	exit;
 }

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).

What was your test ?


---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/134#issuecomment-42302350
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140506/4d312c95/attachment.htm>


More information about the Devel mailing list