From 57aab4c4af29067953d2b7f521de715a5ef0a77c Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 11 Sep 2015 09:29:36 +0200 Subject: [PATCH] linphonecore.c: change default name to android instead of toto --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index fc18ce331..c1c6bf5e3 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -930,7 +930,7 @@ static void sip_config_read(LinphoneCore *lc) if (hostname==NULL) hostname="unknown-host"; if (username==NULL){ - username="toto"; + username="linphone"; } contact=ortp_strdup_printf("sip:%s@%s",username,hostname); linphone_core_set_primary_contact(lc,contact);