BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
391 stars 200 forks source link

Call history does not show incoming/missed calles (since 5.2.3)? #831

Open AlBundy33 opened 2 months ago

AlBundy33 commented 2 months ago

Today I've updated from 5.1.2 to 5.2.3 and now I can not find the list of incoming/missed and outgoing calls. Is it somewhere hidden or am I blind? 🤔

AlBundy33 commented 2 months ago

Today I've deleted my linphonerc and found out that the incoming and missed calles are displayed in the call history. Then I've restored the linphonerc and the call history showed only outgoing calls again 🤔

After playing around with different settings I found out that after removing my SIP account (from linphonerc or in the UI) shows incloming and missed calles again.

Has someone an idea how to display incoming and missed calles again?

AlBundy33 commented 2 months ago

This is strange: usually I have show_local_sip_account=0 set in my linephonerc but for tests I've reenabled the setting. If I switch to the local sip-account which shows my local IP as server I see ALL incoming and outgoing calls. If I switch back to my main-sip-account I see only the outgoing calls....

AlBundy33 commented 2 months ago

If I run this query on call-history.db

select *
from call_history ch
where direction = 1
order by id desc

I see that all outgoing calls have as callee <sip:MyUserName@a.b.c.d;transport=udp> Where a.b.c.d is my vpn-IP In my settings I have configured something like <sip:MyUserName@asterisk.somedomain.tld;transport=udp>

Matt-Agnes commented 2 weeks ago

Someone on my team is having the same issue as this. It would be great to find a resolution.