Skip to content

fix: duplicated dmtf event#158

Merged
shenjinti merged 1 commit intorestsend:mainfrom
yeoleobun:fix/duplicate-dtmf
Mar 14, 2026
Merged

fix: duplicated dmtf event#158
shenjinti merged 1 commit intorestsend:mainfrom
yeoleobun:fix/duplicate-dtmf

Conversation

@yeoleobun
Copy link
Collaborator

Summary

DTMF events were duplicated for two reasons:

  • repeated DTMF end packets, which are common behavior
  • dtmf_track_reader being spawned twice:
    • once for an existing transceiver
    • once on the track event

Changes

  • ignore duplicate DTMF end packets
  • ensure dtmf_track_reader is spawned once

@shenjinti shenjinti merged commit 8c43024 into restsend:main Mar 14, 2026
1 check passed
@yeoleobun yeoleobun deleted the fix/duplicate-dtmf branch March 16, 2026 12:31
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