while (sip->sip_supported)
sip_header_remove(msg, sip, (sip_header_t*)sip->sip_supported);
- if (ss == NULL || ss->ss_state >= nua_callstate_ready)
+ if (ss == NULL || ss->ss_state > nua_callstate_ready)
;
else if (cr->cr_offer_recv && !cr->cr_answer_sent) {
if (nh->nh_soa == NULL) {
}
}
- if (ss == NULL || ss->ss_state >= nua_callstate_ready || reason)
+ if (ss == NULL || ss->ss_state > nua_callstate_ready || reason)
;
else if (nh->nh_soa && soa_is_complete(nh->nh_soa)) {
/* signal SOA that O/A round(s) is (are) complete */