Skip to content

Add guard for stale call ringing [WPB-27813] - #22360

Draft
zskhan wants to merge 1 commit into
mainfrom
fix/ghost-call-ringing
Draft

Add guard for stale call ringing [WPB-27813]#22360
zskhan wants to merge 1 commit into
mainfrom
fix/ghost-call-ringing

Conversation

@zskhan

@zskhan zskhan commented Sep 2, 2026

Copy link
Copy Markdown
Contributor
BugWPB-27813 [Desktop] [Calling] Delayed ghost incoming call rings hours later on desktop for the recipient

@EnricoSchw EnricoSchw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets discuss this.. maybe we should try to find another way

this.logger.warn(
`Ignoring stale incoming call SETUP: age=${currentTimestamp - eventTimestamp}ms conversation=${conversation.id}`,
);
return;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh... we should not filter oute site AVS. Because you have different state machines..

@zskhan
zskhan marked this pull request as draft September 3, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants