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

Improved interpretation of DTMF tones in DtmfTransformEngine #433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 26, 2021

  1. Improved interpretation of DTMF tones in DtmfTransformEngine

    This change addresses a number of issues that led to incorrect interpretations
    of DTMF tones, especially tone sequences.
    
    It introduces a queue to mitigate previous thread-safety issues and handle
    more than one RTP packet at a time (a single tone is associated with at least
    three RTP packets).
    
    It also adds support to recognize shorter tones (<120 ms) that are typically
    represented by one self-contained RTP packet containing both start and end
    indications.
    cbeckr committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    4ab8d48 View commit details
    Browse the repository at this point in the history