X-Git-Url: http://sjero.net/git/?p=linphone;a=blobdiff_plain;f=coreapi%2Flinphonecore.c;h=f4782908aa15e0962c07627b82b35593814bba39;hp=7b4d6a9984dc71d1463ddd3316b855e573a99efc;hb=9f58698136035018a6dbc34a6c449de762f89232;hpb=50410790fb12e3405ea7040b4341ab131698bbc4 diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 7b4d6a99..f4782908 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -116,6 +116,7 @@ LinphoneCallLog * linphone_call_log_new(LinphoneCall *call, LinphoneAddress *fro cl->from=from; cl->to=to; cl->status=LinphoneCallAborted; /*default status*/ + cl->quality=-1; return cl; }