Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AlBundy33 opened this issue Apr 8, 2024 · 11 comments
Closed

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

AlBundy33 opened this issue Apr 8, 2024 · 11 comments

Comments

@AlBundy33
Copy link

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 AlBundy33 changed the title Where can I find the call history? Call history gone in 5.2.3? Apr 24, 2024
@AlBundy33 AlBundy33 changed the title Call history gone in 5.2.3? Call history (missed calles) gone since 5.2.3? Apr 25, 2024
@AlBundy33
Copy link
Author

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 AlBundy33 changed the title Call history (missed calles) gone since 5.2.3? Call history does not show incoming/missed calles (since 5.2.3)? May 2, 2024
@AlBundy33
Copy link
Author

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
Copy link
Author

AlBundy33 commented May 2, 2024

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
Copy link

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

@AlBundy33
Copy link
Author

AlBundy33 commented Jul 25, 2024

still an issue for me too.
The only workaround is to switch the account in the upper left corner becuase all incoming calls are shown in the "default sip account" but not with the configured proxy-account. 🤔

it seems that in earlier versions of linphone it was possible to display all calls independent from the selected account. see #397

Not sure why Linphone isn't shown the incoming calls in my proxy-account because this is the only account I'm using.
But I have different IPs (of course) when I'm in home-office (with vpn) or in the office (without vpn)

same issue here: #813

@Ledjlale
Copy link
Collaborator

Hi
"where direction = 1" it is about incoming call. outgoing call are direction=0. I think you just misspell, no problem.

Please post your logs and the caller logs. Your issue is more likely that your caller is calling your IP (default proxy) and not your domain (configured proxy) which is not a software bug from your side.

I'm closing this ticket because of duplication and for not matching to the template with useful info to investigate.

Regards

@Matt-Agnes
Copy link

@Ledjlale what is the duplicate ticket so we can add comments to this? One of my team members still can't see missed calls on the main SIP account they use to make and receive calls. However if they switch to the other account they can see the missed calls.

@Ledjlale
Copy link
Collaborator

It was pointed out in the previous post : #813
But it will be closed soon because the current status is a user issue (caller call the proxy default), which has not been confirmed by the OP and still awaiting for its feedback.

You may need to open a new ticket with the requested data.

@AlBundy33
Copy link
Author

AlBundy33 commented Jul 25, 2024

"where direction = 1" it is about incoming call. outgoing call are direction=0. I think you just misspell, no problem.

I know that this is for incomfing calls - the issue is about missed incoming calls.
The DB contains my vpn-ip and my local sip-account is 192.168.... which is my private network (I'm in home-office) so i'm pretty confident that no one has called this IP directly...

@Ledjlale
Copy link
Collaborator

Ledjlale commented Jul 25, 2024

dir
It was just a clarification ;)

@AlBundy33
Copy link
Author

🤦‍♂️

image
I don't know what you are talking about 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants