FS-7486: Fix handling of queued requests in Sofia-SIP
This commit is contained in:
parent
4a2eb5fe3f
commit
074b07f545
|
@ -1593,10 +1593,6 @@ int nua_client_next_request(nua_client_request_t *cr, int invite)
|
||||||
for (; cr; cr = cr->cr_next) {
|
for (; cr; cr = cr->cr_next) {
|
||||||
if (cr->cr_method == sip_method_cancel)
|
if (cr->cr_method == sip_method_cancel)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (invite
|
|
||||||
? cr->cr_method == sip_method_invite
|
|
||||||
: cr->cr_method != sip_method_invite)
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue