juha-h / baresip-studio

baresip library based SIP client for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List of dns addresses is not cleared on new config

KORuL opened this issue · comments

commented

Good afternoon I got one problem in the latest versions.
I'm creating a call from the entry panel and initializing baresip to call. Before starting Baresip, I form a config with two
dyn_dns yes
dns_server 213.87.142.84:53
dns_server 213.87.142.85:53

2023-07-07 10:09:25.795 14411-14824 _BaresipServic.txt

The baresip service starts and works correctly, after that I completely end the baresip service, stop baresip.

Next, I switch the network from mobile Internet to wifi and make a new call, re-form the config, start the baresip service again and give it a new config with one dns address, it eats it up correctly, and in the logs it displays that it now has not 2, not 1 dns address, and 3. How so? How to make him forget about past dns addresses?

(if the first call will be 4 dns addresses, and the next 1, then it will not add a new one to the list, and the call will not go through)

I am attaching the logs of 2 calls

2023-07-07 10:09:25.795 14411-14824 _BaresipServic.txt

commented
commented

starting - baresipStart
stoping - baresipStop

commented

configured when baresipStoped state before call baresipStart

commented
commented

I'll close this since I got the impression that the issue is not related to baresip app installed from F-Droid or from GitHub releases.