Favourties tab call adds auto prefix even if set blank on config
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- In config set
nationalPrefix and regionalPrefix blank or by default disable it.
- From Gonnect initate call to any number without prefix. call goes through.
- Add that number to favourites.
- Now initiate a call to that number from favourites tab - right click - call.
Expected behavior
The call should go to lets say 12345678@sipserver.
What Happens Instead
- If the number is lets say
12345678 > It goes to add +12345678@sipserver instead of 12345678@sipserver.
- If the number is lets say
012345678 > It goes to add germany prefix automatically ie +4912345678@sipserver
Screenshots or Logs

- Note all calls declined (the duration of 3sec that shows says invalid number from sip side)
Environment (please complete the following information):
- OS: Ubuntu 24.04.3 LTS
- Version 2.0.8 flathub flatpak
- Other Apps: Contacts not setup
Additional context
I rechecked this by altering configs to set the international code flags
[generic]
nationalPrefix=
regionalPrefix=
I checked the database callhistory.db in the table contactFlags the isFavorite flag is on to that normal number ie w/o prefix. But can't seem to find the code logic which may have caused it. It may be config issue also.
My sip provider (a local ISP) needs to dial phone numbers as this kind of 01234567899 format but they show incoming as 1234567899 from the same number. They dont support any prefixes. So far, can't seem to find a way to dial conveniently. Is there a way to force custom prefix such as 0 either?
Gonnect still feels more integrated than linphone etc. Highly appreciate your work ♥️. Thanks.
Favourties tab call adds auto prefix even if set blank on config
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
nationalPrefixandregionalPrefixblank or by default disable it.Expected behavior
The call should go to lets say
12345678@sipserver.What Happens Instead
12345678> It goes to add+12345678@sipserverinstead of12345678@sipserver.012345678> It goes to add germany prefix automatically ie+4912345678@sipserverScreenshots or Logs
Environment (please complete the following information):
Additional context
I rechecked this by altering configs to set the international code flags
I checked the database
callhistory.dbin the tablecontactFlagstheisFavoriteflag is on to that normal number ie w/o prefix. But can't seem to find the code logic which may have caused it. It may be config issue also.My sip provider (a local ISP) needs to dial phone numbers as this kind of
01234567899format but they show incoming as1234567899from the same number. They dont support any prefixes. So far, can't seem to find a way to dial conveniently. Is there a way to force custom prefix such as0either?Gonnect still feels more integrated than linphone etc. Highly appreciate your work♥️ . Thanks.