Opened 6 years ago

Closed 6 years ago

#2110 closed defect (fixed)

Fix incorrect DTMF duration/timestamp for codecs with RTP timestamp unit not using actual sampling rate

Reported by: ming Owned by: nanang
Priority: normal Milestone: release-2.8
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

In PJSIP stream, DTMF duration/timestamp is currently calculated using the actual clock rate, while it should be using the signalled rate. This will affect codecs such as Opus or G722.

Thanks to Marcus Froeschl for the report.

Change History (1)

comment:1 Changed 6 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 5785:

Fixed #2110: Incorrect DTMF duration/timestamp for codecs with RTP timestamp unit not using actual sampling rate

Note: See TracTickets for help on using tickets.