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:
Guillaume Beraudo 2012-01-03 11:11:42 +01:00
parent 29e89fc9de
commit 8cc0efc190

View file

@ -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..."));
}
}