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

2014-05-07 Thread Bogdan Andrei IANCU
Doing backport and closing this issue. If other issues are found, please open a new ticket. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#issuecomment-42411958___ Devel mailing list Devel@lists.op

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

2014-05-07 Thread Bogdan Andrei IANCU
Closed #134. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#event-118619371___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

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

2014-05-06 Thread Bogdan Andrei IANCU
@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) = "bo

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

2014-05-05 Thread jpyle490
Correct. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#issuecomment-42199639___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

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

2014-05-05 Thread Bogdan Andrei IANCU
so it does not work with the current trunk, right ? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#issuecomment-42199335___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-

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

2014-05-05 Thread jpyle490
I misread my download script... I did grab trunk. I didn't notice this until I tried to apply the patch and it said it was already there. So, accidentally I did test on trunk. :/ --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#issuecomment-

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

2014-05-05 Thread Bogdan Andrei IANCU
@jpyle490 , the fix is done only on trunk (yet) - you can grab the patch from https://github.com/OpenSIPS/opensips/commit/4ccebfe0ddda37b833cb7cabbe691fbf5f31402d.patch and apply it on your 1.11 for testing. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opens

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

2014-05-02 Thread jpyle490
It's not working, but I just realized I might have tested on the wrong branch -- opensips-1.11 from git. Is that sufficient or do I need to grab HEAD? The version reports as "opensips 1.12.0dev-notls (x86_64/linux)" and "compiled on 10:09:17 [GMT -4] May 2 2014 with gcc 4.7". The 407 travers

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

2014-05-02 Thread Bogdan Andrei IANCU
Hi @jpyle490 - there are couple of days left before 1.11 stable release - any chance to test this ? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#issuecomment-42029959___ Devel mailing list Devel@

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

2014-04-22 Thread Bogdan Andrei IANCU
Thank you @jpyle490 . As we are on the edge of moving from beta to stable, any fast update will be highly appreciated. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#issuecomment-41093385___ Devel

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

2014-04-22 Thread jpyle490
Yep, give me a few days. Updates to follow. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#issuecomment-41082982___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mai

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

2014-04-22 Thread Bogdan Andrei IANCU
Reopened #134. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

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

2014-04-22 Thread Bogdan Andrei IANCU
Hi @jpyle490 , could you please test my fix ? if ok, I will do the backport to 1.11 too --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134#issuecomment-41075648___ Devel mailing list Devel@lists.opensi

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

2014-04-22 Thread Bogdan Andrei IANCU
Closed #134 via 4ccebfe0ddda37b833cb7cabbe691fbf5f31402d. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/134___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/list

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

2013-12-15 Thread Bogdan Andrei IANCU
Jeff, you are right, the problem is about the AVPs being attached to first transaction and not visible to the second one. A solution will be change the list of AVPs before the search, to trick the code to look into the list of AVPs of the first transaction. --- Reply to this email directly or v