mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
fix unexpected "no response" message after failed calls
This commit is contained in:
parent
adc7838132
commit
85a7e928de
2 changed files with 2 additions and 1 deletions
|
|
@ -1269,6 +1269,7 @@ static bool_t call_failure(Sal *sal, eXosip_event_t *ev){
|
|||
sr=SalReasonUnknown;
|
||||
}else error=SalErrorNoResponse;
|
||||
}
|
||||
op->terminated=TRUE;
|
||||
sal->callbacks.call_failure(op,error,sr,reason,code);
|
||||
if (computedReason != NULL){
|
||||
ms_free(computedReason);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c9f3208dfa0657a5d97870b80d1e2e5d9b080acc
|
||||
Subproject commit 3564b6ff2ca81094706348ce7be621a5c08c336a
|
||||
Loading…
Add table
Reference in a new issue