]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_authenticator_digest: Add missing outbound authenticator callback. 18/318/2
authorMark Michelson <mmichelson@digium.com>
Thu, 30 Apr 2015 19:09:32 +0000 (14:09 -0500)
committerJoshua Colp <jcolp@digium.com>
Thu, 30 Apr 2015 19:13:09 +0000 (14:13 -0500)
commit08a4cf3237bfe69f1f1e89ab06080d6e2196dd63
tree89bd79cf1920542359ff3975806e0c07fb508bde
parent47df4e031cce11f7fe49e894d69a5045441b9ffe
res_pjsip_outbound_authenticator_digest: Add missing outbound authenticator callback.

The Asterisk 13 version of the fix for outbound registration was missing
a key component that set the outbound authenticator's callback that
creates an authenticated request based on an old request. This was
picked up by some outbound registration tests failing in the testsuite.

Change-Id: I5ca9379698c606da36bc38eaffccedaf64211ce3
res/res_pjsip_outbound_authenticator_digest.c