mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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) {
|
||||
if (cr->cr_method == sip_method_cancel)
|
||||
continue;
|
||||
|
||||
if (invite
|
||||
? cr->cr_method == sip_method_invite
|
||||
: cr->cr_method != sip_method_invite)
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user