[Asterisk-code-review] res pjsip session: Send request even if the state is disconn... (asterisk[master])
Alexei Gradinari
asteriskteam at digium.com
Fri Sep 23 09:25:48 CDT 2016
Alexei Gradinari has posted comments on this change.
Change subject: res_pjsip_session: Send request even if the state is disconnected
......................................................................
Patch Set 2:
Yaacov,
You should look at this code in the function outbound_invite_auth
====
if (tsx->method.id != PJSIP_INVITE_METHOD) {
/* Not an INVITE that needs authentication */
return PJ_FALSE;
}
====
So, I think this function should be modified to handle BYE challenge response.
--
To view, visit https://gerrit.asterisk.org/3886
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I7254684dc07bc739c10597f3bec92f470eace137
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Yaacov Akiba Slama <yaslama at gmail.com>
Gerrit-Reviewer: Alexei Gradinari <alex2grad at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-HasComments: No
More information about the asterisk-code-review
mailing list