]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_authenticator_digest: Add missing outbound authenticator callback. 17/317/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:42 +0000 (14:13 -0500)
commit4b8cddfb36288723fd6b65b7e65d15da2bbd2d41
treed5fb6516d8c19474d03673e0a1b0fb6a9413bc5a
parente0c6f88010e5e1de5e75137e70bc7656b38cd7fa
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