Merge pull request #243 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7486-broken-sofia-request-queue to master
* commit '074b07f5458d8584c153a5810bfa2e4011def20c': FS-7486: Fix handling of queued requests in Sofia-SIP
This commit is contained in:
commit
c1f45cd3a8
|
@ -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