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

Fix wrong event state callback and re-subscribe method on event subscription. #4223

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

trengginas
Copy link
Member

There are some issues related to #3754:

  • Wrong callback on event: TSX_STATE when using presence subscription
    The callback on_buddy_evsub_dlg_event_state() is called instead of on_buddy_evsub_state().
  • Wrong method called to re-subscribe from timer callback
    When a dialog-event subscription is sent, and responded with 496/Bad Event, the timer is setup for re-subcription and call pjsua_buddy_update_pres().

- wrong callback on event: TSX_STATE when using dialog-event subscription
- wrong method called to re-subscribe from timer callback
@trengginas trengginas added this to the release-2.16 milestone Dec 19, 2024
@trengginas trengginas self-assigned this Dec 19, 2024
Copy link
Member

@sauwming sauwming left a comment

Choose a reason for hiding this comment

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

For the title, better put something more descriptive rather than cite the PR number. This will help understand what the issue is, as well as make it easier to search in the future.

The related PR number can be put in the PR description (which you have already done).

@trengginas trengginas changed the title Fix issues related to #3754 Fix wrong event state callback and re-subscribe method on event subscription. Dec 19, 2024
@trengginas trengginas merged commit cb85368 into master Dec 19, 2024
36 checks passed
@trengginas trengginas deleted the event-sub-bug branch December 19, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants