9

Linphone 3.6.1 automatically generates a computer-local SIP identity called "Default Identity".

"Real" SIP accounts you have at a VoIP provider need to be created as "Proxy accounts":

enter image description here

The main window has a dropdown to select the current identity:

enter image description here

Is there a way to disable the "Default Identity"? I cannot use it to make calls, so I see no need for it. It just complicates the interface.

cweiske
  • 2,191

1 Answers1

1

It is possible to hide the default identity with linphone 4.2: Edit linphonerc config file and add:

[ui]
show_local_sip_account=0 

(Taken from https://github.com/BelledonneCommunications/linphone-desktop/issues/376#issuecomment-845837863)

cweiske
  • 2,191