[Asterisk-code-review] res pjsip session: Fix in-dialog authentication. (asterisk[13])

Richard Mudgett asteriskteam at digium.com
Thu May 28 14:47:17 CDT 2015


Richard Mudgett has posted comments on this change.

Change subject: res_pjsip_session: Fix in-dialog authentication.
......................................................................


Patch Set 2:

(1 comment)

https://gerrit.asterisk.org/#/c/535/2/res/res_pjsip_session.c
File res/res_pjsip_session.c:

Line 1485: static pjsip_module outbound_invite_auth_module = {
         : 	.name = {"Outbound INVITE Auth", 20},
         : 	.priority = PJSIP_MOD_PRIORITY_DIALOG_USAGE,
         : 	.on_rx_response = outbound_invite_auth,
         : };
> Seeing this got me thinking a bit more about the auth handling here.
Right now I'm not sure that the idea will work.  The initial INVITE transaction would need to be restarted with pjsip_inv_uac_restart() and it may be too late at that point.


-- 
To view, visit https://gerrit.asterisk.org/535
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I12bdd7ddccc819b4ce4b091e826d1e26334601b0
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes



More information about the asterisk-code-review mailing list