mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
More general ui error message on 200Ok SDP error.
"No codec intersection" is only a case of error. Other cases include bad srtp answer (AVP instead of SAVP).
This commit is contained in:
parent
29e89fc9de
commit
8cc0efc190
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ static void call_accepted(SalOp *op){
|
|||
}else{
|
||||
/*send a bye*/
|
||||
ms_error("Incompatible SDP offer received in 200Ok, need to abort the call");
|
||||
linphone_core_abort_call(lc,call,"No codec intersection");
|
||||
linphone_core_abort_call(lc,call,_("Incompatible, check codecs..."));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue