mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
fix 487 usage.
This commit is contained in:
parent
5f0a6d55d9
commit
cda68ab8ad
2 changed files with 2 additions and 2 deletions
|
|
@ -572,7 +572,7 @@ static bool_t call_failure(Sal *sal, eXosip_event_t *ev){
|
|||
sr=SalReasonUnknown;
|
||||
}else error=SalErrorNoResponse;
|
||||
}
|
||||
sal->callbacks.call_failure(op,error,sr,reason);
|
||||
if (code!=487) sal->callbacks.call_failure(op,error,sr,reason);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d0aa4b8769792e491fec91cd4cab4105fd08bb8d
|
||||
Subproject commit 6373022261b4a529400a0c0e1661b4d3e5ebc7c5
|
||||
Loading…
Add table
Reference in a new issue