mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
linphonecore.c: change default name to android instead of toto
This commit is contained in:
parent
b5ba38de32
commit
57aab4c4af
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue