linphonecore.c: change default name to android instead of toto

This commit is contained in:
Gautier Pelloux-Prayer 2015-09-11 09:29:36 +02:00
parent b5ba38de32
commit 57aab4c4af

View file

@ -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);