mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Merge branch 'master' of git.linphone.org:linphone
This commit is contained in:
commit
9045ab0950
1 changed files with 4 additions and 0 deletions
|
|
@ -1062,6 +1062,10 @@ static void handle_ack(Sal *sal, eXosip_event_t *ev){
|
|||
ms_warning("ack for non-existing call !");
|
||||
return;
|
||||
}
|
||||
if (op->terminated) {
|
||||
ms_warning("ack for terminated call, ignoring");
|
||||
return;
|
||||
}
|
||||
|
||||
if (op->sdp_offering){
|
||||
sdp=eXosip_get_sdp_info(ev->ack);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue