Opened 6 years ago

Last modified 4 years ago

#2088 closed enhancement

Generate and negotiate telephone-event with multiple clock-rates in SDP offer/answer — at Version 1

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

Description (last modified by nanang)

Currently PJMEDIA will only generate and answer SDP with one telephone-event format, i.e: telephone-event/8000. But in the stream session, it will send DTMF using timestamp correctly according to the audio codec clock rate.

This ticket will update the PJMEDIA behavior in SDP offer/answer:

  • in generatig SDP offer, it will generate one or more telephone-event formats, one for each clock rate, in accordance with the clock rates of the offered audio codecs.
  • in generating SDP answer, it will select telephone-event clock rate based on the clock rate of the selected audio codec.

Change History (1)

comment:1 Changed 4 years ago by nanang

  • Description modified (diff)
  • Summary changed from Match telephone-event's clock rate in generating SDP answer to Generate and negotiate telephone-event with multiple clock-rates in SDP offer/answer
  • Type changed from defect to enhancement
Note: See TracTickets for help on using tickets.