mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
FS-3551
This commit is contained in:
parent
25329545a1
commit
519078b23e
@ -884,7 +884,8 @@ static void our_sofia_event_callback(nua_event_t event,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sofia_test_pflag(profile, PFLAG_AUTH_ALL) && tech_pvt && tech_pvt->key && sip) {
|
|
||||||
|
if (sofia_test_pflag(profile, PFLAG_AUTH_ALL) && tech_pvt && tech_pvt->key && sip && (event < nua_r_set_params || event > nua_r_authenticate)) {
|
||||||
sip_authorization_t const *authorization = NULL;
|
sip_authorization_t const *authorization = NULL;
|
||||||
|
|
||||||
if (sip->sip_authorization) {
|
if (sip->sip_authorization) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user