From 8cc0efc190386168e76568ec378e6aa01a8529c5 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Tue, 3 Jan 2012 11:11:42 +0100 Subject: [PATCH] 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). --- coreapi/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/callbacks.c b/coreapi/callbacks.c index 7b79a78d6..84092e69f 100644 --- a/coreapi/callbacks.c +++ b/coreapi/callbacks.c @@ -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...")); } }